diff options
author | John Crispin <john@openwrt.org> | 2012-10-17 22:46:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-10-17 22:46:16 +0000 |
commit | 01ccf0225bf0df785e2798f02359926a6c4ce9e5 (patch) | |
tree | 9f4cd09fef4f3a2e2d2b7cf1db315e678a2d6210 /package/kernel/modules/other.mk | |
parent | a34499e09569241a21203c1327f3bfa8a888584f (diff) | |
download | upstream-01ccf0225bf0df785e2798f02359926a6c4ce9e5.tar.gz upstream-01ccf0225bf0df785e2798f02359926a6c4ce9e5.tar.bz2 upstream-01ccf0225bf0df785e2798f02359926a6c4ce9e5.zip |
ixp4xx/cns3xxx: add rfkill module support
Both ixp4xx and cns3xxx targets support RFKILL in the kernel.
Also add a RFKILL_GPIO default for kernel config
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33831
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r-- | package/kernel/modules/other.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 57614387a7..f370f65129 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -363,7 +363,8 @@ define KernelPackage/rfkill KCONFIG:= \ CONFIG_RFKILL \ CONFIG_RFKILL_INPUT=y \ - CONFIG_RFKILL_LEDS=y + CONFIG_RFKILL_LEDS=y \ + CONFIG_RFKILL_GPIO=y FILES:= \ $(LINUX_DIR)/net/rfkill/rfkill.ko AUTOLOAD:=$(call AutoLoad,20,rfkill) |