Skip to content

Commit

Permalink
isdn: hisax: Merge Kconfig ifs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and David S. Miller committed Jun 17, 2014
1 parent a8e83b1 commit a1c3334
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/isdn/hisax/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1c3334

Please sign in to comment.