Lines Matching full:rfkill
104 diff --git a/net/rfkill/Kconfig b/net/rfkill/Kconfig
106 --- a/net/rfkill/Kconfig
107 +++ b/net/rfkill/Kconfig
110 If you say yes here you get support of a generic gpio RFKILL
114 + tristate "Rockchip RFKILL driver"
115 + depends on RFKILL
120 + Rockchip rfkill driver for rk29/rk3X
121 diff --git a/net/rfkill/Makefile b/net/rfkill/Makefile
123 --- a/net/rfkill/Makefile
124 +++ b/net/rfkill/Makefile
125 @@ -7,3 +7,5 @@ rfkill-y += core.o
126 rfkill-$(CONFIG_RFKILL_INPUT) += input.o
127 obj-$(CONFIG_RFKILL) += rfkill.o
128 obj-$(CONFIG_RFKILL_GPIO) += rfkill-gpio.o
129 +rfkill-rk-y += rfkill-wlan.o rfkill-bt.o
130 +obj-$(CONFIG_RFKILL_RK) += rfkill-rk.o