mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
754107e341
The newly added led trigger support in the com20020-pci driver causes
build errors when CONFIG_LEDS_CLASS is disabled:
drivers/built-in.o: In function `com20020pci_probe':
(.text+0x185dc4): undefined reference to `devm_led_classdev_register'
(.text+0x185dd8): undefined reference to `devm_led_classdev_register'
This adds a Kconfig dependency to prevent the invalid configurations.
Other drivers appear to be split 50:50 between 'select' and 'depends on'
for this symbol, I picked 'depends on' as I could not find a common
policy and it generally causes fewer problems.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes:
|
||
---|---|---|
.. | ||
arc-rawmode.c | ||
arc-rimi.c | ||
arcdevice.h | ||
arcnet.c | ||
capmode.c | ||
com90io.c | ||
com90xx.c | ||
com9026.h | ||
com20020-isa.c | ||
com20020-pci.c | ||
com20020.c | ||
com20020.h | ||
com20020_cs.c | ||
Kconfig | ||
Makefile | ||
rfc1051.c | ||
rfc1201.c |