diff mbox

[2/2] isdn: hisax: Drop duplicate Kconfig entry

Message ID 1402906435.13305.6.camel@chaos.site
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Jean Delvare June 16, 2014, 8:13 a.m. UTC
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>
---
 drivers/isdn/hisax/Kconfig |    5 -----
 1 file changed, 5 deletions(-)

Comments

David Miller June 17, 2014, 4:31 a.m. UTC | #1
From: Jean Delvare <jdelvare@suse.de>
Date: Mon, 16 Jun 2014 10:13:55 +0200

> 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>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/drivers/isdn/hisax/Kconfig
+++ b/drivers/isdn/hisax/Kconfig
@@ -416,11 +416,6 @@  config HISAX_FRITZ_PCIPNP
 	  (the latter also needs you to select "ISA Plug and Play support"
 	  from the menu "Plug and Play configuration")
 
-config HISAX_AVM_A1_PCMCIA
-	bool
-	depends on HISAX_AVM_A1_CS
-	default y
-
 endif
 
 endmenu