Openwrt/package/kernel/linux/modules
Christian Lamparter d00913d121 kernel: modules: fix kmod-regmap
This patch fixes the a compile issue that was triggered by
apm821xx/sata when kmod-regmap was selected.

The CONFIG_REGMAP is declared in drivers/base/regmap/Kconfig
as type "bool" and not "tristate". Hence the symbol should
never be set to module, as this confuses the #if CONFIG_REGMAP
guards in include/linux/regmap.h:

|.../drivers/regulator/core.c:4041: undefined reference to `dev_get_regmap'
|.../drivers/regulator/core.c:4042: undefined reference to `dev_get_regmap'
|.../drivers/regulator/core.c:4044: undefined reference to `dev_get_regmap'
|.../drivers/regulator/helpers.o: In function `regulator_is_enabled_regmap':
|.../drivers/regulator/helpers.c:36: undefined reference to `regmap_read'
|...

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2018-07-30 22:37:22 +02:00
..
001-depends.mk
block.mk
can.mk
crypto.mk kernel: package x86-optimized crypto-misc modules 2018-07-30 10:43:38 +02:00
firewire.mk
fs.mk
hwmon.mk
i2c.mk
iio.mk kernel: add kmod-iio-htu21 2018-07-30 19:34:43 +02:00
input.mk
leds.mk
lib.mk
netdevices.mk kernel: insmod phy-broadcom module during preinit 2018-07-16 15:12:18 +02:00
netfilter.mk include: add netdev family support for nftables 2018-07-30 10:43:37 +02:00
netsupport.mk
nls.mk
other.mk kernel: modules: fix kmod-regmap 2018-07-30 22:37:22 +02:00
pcmcia.mk
sound.mk
spi.mk
usb.mk
video.mk
virt.mk
w1.mk
wireless.mk
wpan.mk