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/oxnas | |
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/oxnas')
-rw-r--r-- | target/linux/oxnas/config-3.18 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/oxnas/config-3.18 b/target/linux/oxnas/config-3.18 index e51cebc9a2..59f3b8ff7f 100644 --- a/target/linux/oxnas/config-3.18 +++ b/target/linux/oxnas/config-3.18 @@ -195,7 +195,6 @@ CONFIG_IRQ_WORK=y CONFIG_JUMP_LABEL=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y -CONFIG_KERNFS=y CONFIG_KGDB=y # CONFIG_KGDB_KDB is not set CONFIG_KGDB_SERIAL_CONSOLE=y |