diff mbox

[OpenWrt-Devel,5/5] kernel: move KERNFS to generic config

Message ID 1425603526-4599-6-git-send-email-ryazanov.s.a@gmail.com
State Accepted
Headers show

Commit Message

Sergey Ryazanov March 6, 2015, 12:58 a.m. UTC
KERNFS symbol is selected by SYSFS, so place it in generic config.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
---
 target/linux/bcm53xx/config-3.18          | 1 -
 target/linux/brcm47xx/config-3.18         | 1 -
 target/linux/brcm63xx/config-3.18         | 1 -
 target/linux/cns3xxx/config-3.18          | 1 -
 target/linux/generic/config-3.18          | 1 +
 target/linux/generic/config-3.19          | 1 +
 target/linux/generic/config-4.0           | 1 +
 target/linux/ipq806x/config-3.18          | 1 -
 target/linux/kirkwood/config-3.18         | 1 -
 target/linux/lantiq/xrx200/config-default | 1 -
 target/linux/lantiq/xway/config-default   | 1 -
 target/linux/mpc52xx/config-3.18          | 1 -
 target/linux/mpc83xx/config-3.18          | 1 -
 target/linux/mpc85xx/config-3.18          | 1 -
 target/linux/mpc85xx/config-3.19          | 1 -
 target/linux/mvebu/config-3.18            | 1 -
 target/linux/mvebu/config-3.19            | 1 -
 target/linux/octeon/config-3.18           | 1 -
 target/linux/omap/config-3.18             | 1 -
 target/linux/oxnas/config-3.18            | 1 -
 target/linux/ramips/mt7620/config-3.18    | 1 -
 target/linux/ramips/mt7621/config-3.18    | 1 -
 target/linux/ramips/mt7628/config-3.18    | 1 -
 target/linux/ramips/rt305x/config-3.18    | 1 -
 target/linux/ramips/rt3883/config-3.18    | 1 -
 target/linux/realview/config-3.18         | 1 -
 target/linux/sunxi/config-3.18            | 1 -
 27 files changed, 3 insertions(+), 24 deletions(-)
diff mbox

Patch

diff --git a/target/linux/bcm53xx/config-3.18 b/target/linux/bcm53xx/config-3.18
index 62fd46d..29c326f 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 92575c2..e20df30 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 23ff9d6..0d7a5c7 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 263a28d..6614b38 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 bd9ac63b..ea4d046 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 f86e6de..67cbbb4 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 9f4f6d6..2ef0d26 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 87dabc1..28840fa 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 d6fffba..493192f 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 78c5dda..c18ad1f 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 eaad684..7334c97 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 46a64db..b296443 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 5f0bcad..4842dc8 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 ac2721a..4605f27 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 ac2721a..4605f27 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 ad437e9..3a9dd33 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 57f6da1..fe02c4d 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 f8cb5ba..e68292f 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 39a8d30..178d26f 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 e51cebc..59f3b8f 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 16f09d5..a1a772d 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 9c83f55..06edeb1 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 9442841..858611e 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 d660759..4681070 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 111b4de..f8058fd 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 a17bfe1..d619694 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 5a8ddae..ba74fee 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