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

isdn: hisax: Drop duplicate Kconfig entry

There are 2 HISAX_AVM_A1_PCMCIA Kconfig entries. The kbuild system
ignores the second one, and apparently nobody noticed the problem so
far, so let's remove that second entry.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jean Delvare and committed by
David S. Miller
ddc6fbd8 a1c33346

-5
-5
drivers/isdn/hisax/Kconfig
··· 416 416 (the latter also needs you to select "ISA Plug and Play support" 417 417 from the menu "Plug and Play configuration") 418 418 419 - config HISAX_AVM_A1_PCMCIA 420 - bool 421 - depends on HISAX_AVM_A1_CS 422 - default y 423 - 424 419 endif 425 420 426 421 endmenu