]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arcnet/com20020: add LEDS_CLASS dependency
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Nov 2015 13:51:29 +0000 (14:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Nov 2015 16:29:56 +0000 (11:29 -0500)
commit754107e34165373b3696620cef344227b10eaa99
treef87018afa39b493fedca26eb7d39ef4d77e87e68
parent1d056d9c95be87725c07e514930b41c2c7174e75
arcnet/com20020: add LEDS_CLASS dependency

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: 8890624a4e8c ("arcnet: com20020-pci: add led trigger support")
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arcnet/Kconfig