aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-06 07:56:47 +0000
committerJohn Crispin <john@openwrt.org>2015-03-06 07:56:47 +0000
commitd15ac306fa3c445d9bbb98e4a5add327b4464f0d (patch)
tree1e498890bc77981960a80a2c4bb21683af2a9386
parentf04a268a043f8a2a7bfde79f7ca3e49718055798 (diff)
downloadupstream-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
-rw-r--r--target/linux/bcm53xx/config-3.181
-rw-r--r--target/linux/brcm47xx/config-3.181
-rw-r--r--target/linux/brcm63xx/config-3.181
-rw-r--r--target/linux/cns3xxx/config-3.181
-rw-r--r--target/linux/generic/config-3.181
-rw-r--r--target/linux/generic/config-3.191
-rw-r--r--target/linux/generic/config-4.01
-rw-r--r--target/linux/ipq806x/config-3.181
-rw-r--r--target/linux/kirkwood/config-3.181
-rw-r--r--target/linux/lantiq/xrx200/config-default1
-rw-r--r--target/linux/lantiq/xway/config-default1
-rw-r--r--target/linux/mpc52xx/config-3.181
-rw-r--r--target/linux/mpc83xx/config-3.181
-rw-r--r--target/linux/mpc85xx/config-3.181
-rw-r--r--target/linux/mpc85xx/config-3.191
-rw-r--r--target/linux/mvebu/config-3.181
-rw-r--r--target/linux/mvebu/config-3.191
-rw-r--r--target/linux/octeon/config-3.181
-rw-r--r--target/linux/omap/config-3.181
-rw-r--r--target/linux/oxnas/config-3.181
-rw-r--r--target/linux/ramips/mt7620/config-3.181
-rw-r--r--target/linux/ramips/mt7621/config-3.181
-rw-r--r--target/linux/ramips/mt7628/config-3.181
-rw-r--r--target/linux/ramips/rt305x/config-3.181
-rw-r--r--target/linux/ramips/rt3883/config-3.181
-rw-r--r--target/linux/realview/config-3.181
-rw-r--r--target/linux/sunxi/config-3.181
27 files changed, 3 insertions, 24 deletions
diff --git a/target/linux/bcm53xx/config-3.18 b/target/linux/bcm53xx/config-3.18
index 62fd46d3e57..29c326f7cb6 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
diff --git a/target/linux/brcm47xx/config-3.18 b/target/linux/brcm47xx/config-3.18
index 92575c2db48..e20df3027a0 100644
--- a/target/linux/brcm47xx/config-3.18
+++ b/target/linux/brcm47xx/config-3.18
@@ -109,7 +109,6 @@ CONFIG_IRQ_CPU=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
-CONFIG_KERNFS=y
CONFIG_LEDS_GPIO_REGISTER=y
CONFIG_MDIO_BOARDINFO=y
CONFIG_MIPS=y
diff --git a/target/linux/brcm63xx/config-3.18 b/target/linux/brcm63xx/config-3.18
index 23ff9d66f04..0d7a5c7a9bd 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
diff --git a/target/linux/cns3xxx/config-3.18 b/target/linux/cns3xxx/config-3.18
index 263a28d066e..6614b3834a0 100644
--- a/target/linux/cns3xxx/config-3.18
+++ b/target/linux/cns3xxx/config-3.18
@@ -158,7 +158,6 @@ CONFIG_IRQCHIP=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
-CONFIG_KERNFS=y
CONFIG_LEDS_GPIO=y
# CONFIG_LEDS_TRIGGER_NETDEV is not set
CONFIG_LIBFDT=y
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index bd9ac63b929..ea4d04642fb 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -1729,6 +1729,7 @@ CONFIG_JOLIET=y
# CONFIG_KERNEL_LZO is not set
CONFIG_KERNEL_MODE_NEON=y
CONFIG_KERNEL_XZ=y
+CONFIG_KERNFS=y
# CONFIG_KEXEC is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19
index f86e6de9974..67cbbb4d9ac 100644
--- a/target/linux/generic/config-3.19
+++ b/target/linux/generic/config-3.19
@@ -1739,6 +1739,7 @@ CONFIG_JOLIET=y
# CONFIG_KERNEL_LZO is not set
CONFIG_KERNEL_MODE_NEON=y
CONFIG_KERNEL_XZ=y
+CONFIG_KERNFS=y
# CONFIG_KEXEC is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0
index 9f4f6d682b9..2ef0d2624fd 100644
--- a/target/linux/generic/config-4.0
+++ b/target/linux/generic/config-4.0
@@ -1745,6 +1745,7 @@ CONFIG_JOLIET=y
# CONFIG_KERNEL_LZO is not set
CONFIG_KERNEL_MODE_NEON=y
CONFIG_KERNEL_XZ=y
+CONFIG_KERNFS=y
# CONFIG_KEXEC is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18
index 87dabc1ecfe..28840fa85d1 100644
--- a/target/linux/ipq806x/config-3.18
+++ b/target/linux/ipq806x/config-3.18
@@ -202,7 +202,6 @@ CONFIG_IRQCHIP=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
-CONFIG_KERNFS=y
# CONFIG_LEDS_REGULATOR is not set
CONFIG_LIBFDT=y
CONFIG_LOCKUP_DETECTOR=y
diff --git a/target/linux/kirkwood/config-3.18 b/target/linux/kirkwood/config-3.18
index d6fffba1d49..493192f4dd7 100644
--- a/target/linux/kirkwood/config-3.18
+++ b/target/linux/kirkwood/config-3.18
@@ -178,7 +178,6 @@ CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_JBD2=y
-CONFIG_KERNFS=y
CONFIG_KIRKWOOD_CLK=y
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_NETXBIG=y
diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default
index 78c5dda2988..c18ad1f135d 100644
--- a/target/linux/lantiq/xrx200/config-default
+++ b/target/linux/lantiq/xrx200/config-default
@@ -29,7 +29,6 @@ CONFIG_INPUT_POLLDEV=y
CONFIG_IRQCHIP=y
CONFIG_IRQ_WORK=y
# CONFIG_ISDN is not set
-CONFIG_KERNFS=y
CONFIG_LANTIQ_PHY=y
CONFIG_LANTIQ_XRX200=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default
index eaad6846825..7334c977641 100644
--- a/target/linux/lantiq/xway/config-default
+++ b/target/linux/lantiq/xway/config-default
@@ -29,7 +29,6 @@ CONFIG_INPUT_POLLDEV=y
CONFIG_IRQCHIP=y
CONFIG_IRQ_WORK=y
# CONFIG_ISDN is not set
-CONFIG_KERNFS=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LIBFDT=y
CONFIG_LZO_COMPRESS=y
diff --git a/target/linux/mpc52xx/config-3.18 b/target/linux/mpc52xx/config-3.18
index 46a64db88ab..b296443aeb6 100644
--- a/target/linux/mpc52xx/config-3.18
+++ b/target/linux/mpc52xx/config-3.18
@@ -160,7 +160,6 @@ CONFIG_IRQ_WORK=y
CONFIG_ISA_DMA_API=y
CONFIG_JBD2=y
CONFIG_KERNEL_START=0xc0000000
-CONFIG_KERNFS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_LIBFDT=y
diff --git a/target/linux/mpc83xx/config-3.18 b/target/linux/mpc83xx/config-3.18
index 5f0bcad77c6..4842dc8f691 100644
--- a/target/linux/mpc83xx/config-3.18
+++ b/target/linux/mpc83xx/config-3.18
@@ -168,7 +168,6 @@ CONFIG_ISA_DMA_API=y
# CONFIG_JFFS2_SUMMARY is not set
CONFIG_JFFS2_ZLIB=y
CONFIG_KERNEL_START=0xc0000000
-CONFIG_KERNFS=y
# CONFIG_KMETER1 is not set
# CONFIG_LBDAF is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
diff --git a/target/linux/mpc85xx/config-3.18 b/target/linux/mpc85xx/config-3.18
index ac2721ae5a0..4605f2742c1 100644
--- a/target/linux/mpc85xx/config-3.18
+++ b/target/linux/mpc85xx/config-3.18
@@ -130,7 +130,6 @@ CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_ISA_DMA_API=y
CONFIG_KERNEL_START=0xc0000000
-CONFIG_KERNFS=y
# CONFIG_KSI8560 is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
diff --git a/target/linux/mpc85xx/config-3.19 b/target/linux/mpc85xx/config-3.19
index ac2721ae5a0..4605f2742c1 100644
--- a/target/linux/mpc85xx/config-3.19
+++ b/target/linux/mpc85xx/config-3.19
@@ -130,7 +130,6 @@ CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_ISA_DMA_API=y
CONFIG_KERNEL_START=0xc0000000
-CONFIG_KERNFS=y
# CONFIG_KSI8560 is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
diff --git a/target/linux/mvebu/config-3.18 b/target/linux/mvebu/config-3.18
index ad437e99eb4..3a9dd33256b 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 57f6da101ef..fe02c4d4860 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
diff --git a/target/linux/octeon/config-3.18 b/target/linux/octeon/config-3.18
index f8cb5ba3466..e68292f4ab8 100644
--- a/target/linux/octeon/config-3.18
+++ b/target/linux/octeon/config-3.18
@@ -134,7 +134,6 @@ CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_JBD2=y
CONFIG_KALLSYMS=y
-CONFIG_KERNFS=y
CONFIG_KEXEC=y
CONFIG_LIBFDT=y
CONFIG_MDIO_BOARDINFO=y
diff --git a/target/linux/omap/config-3.18 b/target/linux/omap/config-3.18
index 39a8d302909..178d26f3ed3 100644
--- a/target/linux/omap/config-3.18
+++ b/target/linux/omap/config-3.18
@@ -277,7 +277,6 @@ CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_JBD2=y
-CONFIG_KERNFS=y
# CONFIG_KEYBOARD_GPIO is not set
CONFIG_KEYBOARD_TWL4030=y
# CONFIG_LCD_AMS369FG06 is not set
diff --git a/target/linux/oxnas/config-3.18 b/target/linux/oxnas/config-3.18
index e51cebc9a22..59f3b8ff7f1 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
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
diff --git a/target/linux/realview/config-3.18 b/target/linux/realview/config-3.18
index a17bfe1277e..d6196941461 100644
--- a/target/linux/realview/config-3.18
+++ b/target/linux/realview/config-3.18
@@ -169,7 +169,6 @@ CONFIG_IRQ_WORK=y
CONFIG_JFFS2_LZO=y
CONFIG_JFFS2_RUBIN=y
CONFIG_JFFS2_ZLIB=y
-CONFIG_KERNFS=y
CONFIG_LEDS_VERSATILE=y
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_CLUT224=y
diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18
index 5a8ddae6be1..ba74fee262f 100644
--- a/target/linux/sunxi/config-3.18
+++ b/target/linux/sunxi/config-3.18
@@ -264,7 +264,6 @@ CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_WORK=y
CONFIG_JBD2=y
CONFIG_KALLSYMS=y
-CONFIG_KERNFS=y
# CONFIG_KEYBOARD_GPIO is not set
CONFIG_KEYBOARD_SUN4I_LRADC=y
CONFIG_KSM=y