diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-06-16 04:13:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-17 00:31:37 -0400 |
commit | ddc6fbd83a22d35726e262a6c698376f3ca1654e (patch) | |
tree | f67e9ba24aab79302703c3e6263db4923e18ee8e /drivers/isdn | |
parent | a1c333463e5e7a1dacd9cc0b4d0603a27d56b832 (diff) |
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>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hisax/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig index ae2d106ef64d..97465ac5a2d5 100644 --- a/drivers/isdn/hisax/Kconfig +++ b/drivers/isdn/hisax/Kconfig | |||
@@ -416,11 +416,6 @@ config HISAX_FRITZ_PCIPNP | |||
416 | (the latter also needs you to select "ISA Plug and Play support" | 416 | (the latter also needs you to select "ISA Plug and Play support" |
417 | from the menu "Plug and Play configuration") | 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 | endif | 419 | endif |
425 | 420 | ||
426 | endmenu | 421 | endmenu |