summaryrefslogtreecommitdiffstats
path: root/net/rfkill/Makefile
diff options
context:
space:
mode:
authorRhyland Klein2011-05-16 23:41:48 +0200
committerJohn W. Linville2011-05-19 19:53:54 +0200
commit7176ba23f8b589b1df3229574ff46fb904ce9ec5 (patch)
treee0811eed20f2f636c217f719862a63b6652543b8 /net/rfkill/Makefile
parentath9k: fix ad-hoc mode beacon selection (diff)
downloadkernel-qcow2-linux-7176ba23f8b589b1df3229574ff46fb904ce9ec5.tar.gz
kernel-qcow2-linux-7176ba23f8b589b1df3229574ff46fb904ce9ec5.tar.xz
kernel-qcow2-linux-7176ba23f8b589b1df3229574ff46fb904ce9ec5.zip
net: rfkill: add generic gpio rfkill driver
This adds a new generic gpio rfkill driver to support rfkill switches which are controlled by gpios. The driver also supports passing in data about the clock for the radio, so that when rfkill is blocking, it can disable the clock. This driver assumes platform data is passed from the board files to configure it for specific devices. Original-patch-by: Anantha Idapalapati <aidapalapati@nvidia.com> Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/rfkill/Makefile')
-rw-r--r--net/rfkill/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rfkill/Makefile b/net/rfkill/Makefile
index d9a5a58ffd8c..311768783f4a 100644
--- a/net/rfkill/Makefile
+++ b/net/rfkill/Makefile
@@ -6,3 +6,4 @@ rfkill-y += core.o
rfkill-$(CONFIG_RFKILL_INPUT) += input.o
obj-$(CONFIG_RFKILL) += rfkill.o
obj-$(CONFIG_RFKILL_REGULATOR) += rfkill-regulator.o
+obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o