]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
isdn: hisax: Merge Kconfig ifs
authorJean Delvare <jdelvare@suse.de>
Mon, 16 Jun 2014 08:09:37 +0000 (10:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2014 04:31:37 +0000 (21:31 -0700)
The first half of the HiSax config options is presented if
ISDN_DRV_HISAX!=n, while the second half of the options is presented
if ISDN_DRV_HISAX. That's the same, so merge both conditionals.

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

index d9edcc94c2a878d2636f49ed7e7b682838749266..ae2d106ef64d23e858276a40b3e493b559366b43 100644 (file)
@@ -16,7 +16,7 @@ config ISDN_DRV_HISAX
          also to the configuration option of the driver for your particular
          card, below.
 
-if ISDN_DRV_HISAX!=n
+if ISDN_DRV_HISAX
 
 comment "D-channel protocol features"
 
@@ -348,10 +348,6 @@ config HISAX_ENTERNOW_PCI
          This enables HiSax support for the Formula-n enter:now PCI
          ISDN card.
 
-endif
-
-if ISDN_DRV_HISAX
-
 config HISAX_DEBUG
        bool "HiSax debugging"
        help