diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2013-10-16 06:53:40 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-10-28 10:05:24 -0400 |
commit | f02ae59b1230853693d09a1003075d671f1a6f7d (patch) | |
tree | b9a13836b2fdc6645fd33ac533763b768f1f6150 /net/rfkill/Kconfig | |
parent | 5e7ca3937fbeaedd7383058ea2bd9af1089ef81a (diff) |
net: rfkill: gpio: clean up clock handling
Use a simple flag to see the state of the clock, and make
the clock available even without a name. Also, get rid of
HAVE_CLK dependency.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Rhyland Klein <rklein@nvidia.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/rfkill/Kconfig')
-rw-r--r-- | net/rfkill/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rfkill/Kconfig b/net/rfkill/Kconfig index 78efe895b663..4c10e7e6c9f6 100644 --- a/net/rfkill/Kconfig +++ b/net/rfkill/Kconfig | |||
@@ -36,7 +36,7 @@ config RFKILL_REGULATOR | |||
36 | 36 | ||
37 | config RFKILL_GPIO | 37 | config RFKILL_GPIO |
38 | tristate "GPIO RFKILL driver" | 38 | tristate "GPIO RFKILL driver" |
39 | depends on RFKILL && GPIOLIB && HAVE_CLK | 39 | depends on RFKILL && GPIOLIB |
40 | default n | 40 | default n |
41 | help | 41 | help |
42 | If you say yes here you get support of a generic gpio RFKILL | 42 | If you say yes here you get support of a generic gpio RFKILL |