[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1336925230-2853-4-git-send-email-dh.herrmann@googlemail.com>
Date: Sun, 13 May 2012 18:07:06 +0200
From: David Herrmann <dh.herrmann@...glemail.com>
To: linux-kernel@...r.kernel.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
David Herrmann <dh.herrmann@...glemail.com>,
Johannes Berg <johannes@...solutions.net>
Subject: [PATCH 3/7] rfkill: Do not change default values in EXPERT mode
Expert mode was designed to toggle visibility of options and not to
change their behavior. If a user wants to tweak a single value and
enables EXPERT mode to do this, he will have several unexpected
side effects when other subsystems toggle their default values based
on EXPERT mode. This makes EXPERT pretty useless.
Cc: Johannes Berg <johannes@...solutions.net>
Signed-off-by: David Herrmann <dh.herrmann@...glemail.com>
---
net/rfkill/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/rfkill/Kconfig b/net/rfkill/Kconfig
index 78efe89..3d96f42 100644
--- a/net/rfkill/Kconfig
+++ b/net/rfkill/Kconfig
@@ -21,7 +21,7 @@ config RFKILL_INPUT
bool "RF switch input support" if EXPERT
depends on RFKILL
depends on INPUT = y || RFKILL = INPUT
- default y if !EXPERT
+ default y
config RFKILL_REGULATOR
tristate "Generic rfkill regulator driver"
--
1.7.10.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists