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/bcm53xx | |
parent | a585342d28a6fb5dfd2ba1c0272a5b373c6b92c8 (diff) | |
download | upstream-63a4e8038042b4ea302c206e1064397ac52214dd.tar.gz upstream-63a4e8038042b4ea302c206e1064397ac52214dd.tar.bz2 upstream-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/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-3.18 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-3.18 b/target/linux/bcm53xx/config-3.18 index 62fd46d3e5..29c326f7cb 100644 --- a/target/linux/bcm53xx/config-3.18 +++ b/target/linux/bcm53xx/config-3.18 @@ -182,7 +182,6 @@ CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y -CONFIG_KERNFS=y CONFIG_LIBFDT=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y |