diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-21 11:55:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-21 11:55:30 +0000 |
commit | 8dd41a39320fda879775f98d8b0f5826d89271dd (patch) | |
tree | c0059015ebd93b50a6d6172a1575488365d09a3e /target | |
parent | c9dbe7e21eb57ec1f84df1c08c89135af45c8a61 (diff) |
kernel: add a new global config symbol for enabling rfkill support (can be enabled by default via target feature flag)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37491 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index a7951aaf3b..7f694e4c8b 100644 --- a/target/Config.in +++ b/target/Config.in @@ -73,6 +73,9 @@ config HAS_MIPS16 depends on (mips || mipsel || mips64 || mips64el) bool +config RFKILL_SUPPORT + bool + config ARCH_64BIT bool |