diff options
author | John Crispin <john@openwrt.org> | 2015-03-06 07:56:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-06 07:56:47 +0000 |
commit | d15ac306fa3c445d9bbb98e4a5add327b4464f0d (patch) | |
tree | 1e498890bc77981960a80a2c4bb21683af2a9386 /target/linux/mvebu | |
parent | f04a268a043f8a2a7bfde79f7ca3e49718055798 (diff) | |
download | upstream-d15ac306fa3c445d9bbb98e4a5add327b4464f0d.tar.gz upstream-d15ac306fa3c445d9bbb98e4a5add327b4464f0d.tar.bz2 upstream-d15ac306fa3c445d9bbb98e4a5add327b4464f0d.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>
SVN-Revision: 44615
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/mvebu/config-3.19 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mvebu/config-3.18 b/target/linux/mvebu/config-3.18 index ad437e99eb..3a9dd33256 100644 --- a/target/linux/mvebu/config-3.18 +++ b/target/linux/mvebu/config-3.18 @@ -205,7 +205,6 @@ CONFIG_IRQ_DOMAIN_DEBUG=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y # CONFIG_IWMMXT is not set -CONFIG_KERNFS=y CONFIG_LEDS_GPIO=y CONFIG_LIBFDT=y CONFIG_LOG_BUF_SHIFT=14 diff --git a/target/linux/mvebu/config-3.19 b/target/linux/mvebu/config-3.19 index 57f6da101e..fe02c4d486 100644 --- a/target/linux/mvebu/config-3.19 +++ b/target/linux/mvebu/config-3.19 @@ -205,7 +205,6 @@ CONFIG_IRQ_DOMAIN_DEBUG=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y # CONFIG_IWMMXT is not set -CONFIG_KERNFS=y CONFIG_LEDS_GPIO=y CONFIG_LIBFDT=y CONFIG_LOG_BUF_SHIFT=14 |