From: Jean Delvare <jdelvare@suse.de>
To: netdev <netdev@vger.kernel.org>
Cc: Karsten Keil <isdn@linux-pingi.de>
Subject: [PATCH 1/2] isdn: hisax: Merge Kconfig ifs
Date: Mon, 16 Jun 2014 10:09:37 +0200 [thread overview]
Message-ID: <1402906177.13305.1.camel@chaos.site> (raw)
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>
---
drivers/isdn/hisax/Kconfig | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
--- a/drivers/isdn/hisax/Kconfig
+++ b/drivers/isdn/hisax/Kconfig
@@ -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
--
Jean Delvare
SUSE L3 Support
next reply other threads:[~2014-06-16 8:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-16 8:09 Jean Delvare [this message]
2014-06-16 8:13 ` [PATCH 2/2] isdn: hisax: Drop duplicate Kconfig entry Jean Delvare
2014-06-17 4:31 ` David Miller
2014-06-17 4:31 ` [PATCH 1/2] isdn: hisax: Merge Kconfig ifs David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1402906177.13305.1.camel@chaos.site \
--to=jdelvare@suse.de \
--cc=isdn@linux-pingi.de \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).