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/ramips | |
| 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/ramips')
| -rw-r--r-- | target/linux/ramips/mt7620/config-3.18 | 1 | ||||
| -rw-r--r-- | target/linux/ramips/mt7621/config-3.18 | 1 | ||||
| -rw-r--r-- | target/linux/ramips/mt7628/config-3.18 | 1 | ||||
| -rw-r--r-- | target/linux/ramips/rt305x/config-3.18 | 1 | ||||
| -rw-r--r-- | target/linux/ramips/rt3883/config-3.18 | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ramips/mt7620/config-3.18 b/target/linux/ramips/mt7620/config-3.18 index 16f09d598d0..a1a772dd314 100644 --- a/target/linux/ramips/mt7620/config-3.18 +++ b/target/linux/ramips/mt7620/config-3.18 @@ -103,7 +103,6 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_INTC=y CONFIG_IRQ_WORK=y -CONFIG_KERNFS=y CONFIG_LIBFDT=y CONFIG_MDIO_BOARDINFO=y CONFIG_MIPS=y diff --git a/target/linux/ramips/mt7621/config-3.18 b/target/linux/ramips/mt7621/config-3.18 index 9c83f556e8d..06edeb17449 100644 --- a/target/linux/ramips/mt7621/config-3.18 +++ b/target/linux/ramips/mt7621/config-3.18 @@ -99,7 +99,6 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_GIC=y CONFIG_IRQ_WORK=y -CONFIG_KERNFS=y CONFIG_LIBFDT=y CONFIG_MDIO_BOARDINFO=y CONFIG_MIPS=y diff --git a/target/linux/ramips/mt7628/config-3.18 b/target/linux/ramips/mt7628/config-3.18 index 9442841c9d0..858611ec40b 100644 --- a/target/linux/ramips/mt7628/config-3.18 +++ b/target/linux/ramips/mt7628/config-3.18 @@ -103,7 +103,6 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_INTC=y CONFIG_IRQ_WORK=y -CONFIG_KERNFS=y CONFIG_LIBFDT=y CONFIG_MDIO_BOARDINFO=y CONFIG_MIPS=y diff --git a/target/linux/ramips/rt305x/config-3.18 b/target/linux/ramips/rt305x/config-3.18 index d660759df77..4681070ece8 100644 --- a/target/linux/ramips/rt305x/config-3.18 +++ b/target/linux/ramips/rt305x/config-3.18 @@ -97,7 +97,6 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_INTC=y CONFIG_IRQ_WORK=y -CONFIG_KERNFS=y CONFIG_LIBFDT=y CONFIG_MDIO_BOARDINFO=y CONFIG_MIPS=y diff --git a/target/linux/ramips/rt3883/config-3.18 b/target/linux/ramips/rt3883/config-3.18 index 111b4de3cee..f8058fdf4bc 100644 --- a/target/linux/ramips/rt3883/config-3.18 +++ b/target/linux/ramips/rt3883/config-3.18 @@ -98,7 +98,6 @@ CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_INTC=y CONFIG_IRQ_WORK=y -CONFIG_KERNFS=y CONFIG_LIBFDT=y CONFIG_MDIO_BOARDINFO=y CONFIG_MIPS=y |
