diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-06 07:56:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-06 07:56:47 +0000 |
commit | 63a4e8038042b4ea302c206e1064397ac52214dd (patch) | |
tree | c8fc772114e1c1d9f5760baa61331be664c5af44 /target/linux/brcm63xx/config-3.18 | |
parent | a585342d28a6fb5dfd2ba1c0272a5b373c6b92c8 (diff) | |
download | master-187ad058-63a4e8038042b4ea302c206e1064397ac52214dd.tar.gz master-187ad058-63a4e8038042b4ea302c206e1064397ac52214dd.tar.bz2 master-187ad058-63a4e8038042b4ea302c206e1064397ac52214dd.zip |
kernel: move KERNFS to generic config
KERNFS symbol is selected by SYSFS, so place it in generic config.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44615 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/config-3.18')
-rw-r--r-- | target/linux/brcm63xx/config-3.18 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/config-3.18 b/target/linux/brcm63xx/config-3.18 index 23ff9d66f0..0d7a5c7a9b 100644 --- a/target/linux/brcm63xx/config-3.18 +++ b/target/linux/brcm63xx/config-3.18 @@ -132,7 +132,6 @@ CONFIG_IRQ_CPU=y CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y -CONFIG_KERNFS=y CONFIG_KEXEC=y CONFIG_LEDS_GPIO=y CONFIG_LIBFDT=y |