Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTING

The statement 'select CAN_SOFTING' may ignore the dependancies
for CAN_SOFTING while selecting CAN_SOFTING_CS, as is therefore a bad choice.

Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Kurt Van Dijck and committed by
David S. Miller
ddfdb508 af756e9d

+1 -1
+1 -1
drivers/net/can/softing/Kconfig
··· 18 18 config CAN_SOFTING_CS 19 19 tristate "Softing Gmbh CAN pcmcia cards" 20 20 depends on PCMCIA 21 - select CAN_SOFTING 21 + depends on CAN_SOFTING 22 22 ---help--- 23 23 Support for PCMCIA cards from Softing Gmbh & some cards 24 24 from Vector Gmbh.