From 42719be880c10e44cc9c117bcc24a7657e1aaaaf Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 6 Mar 2015 07:56:47 +0000 Subject: [PATCH] kernel: move KERNFS to generic config KERNFS symbol is selected by SYSFS, so place it in generic config. Signed-off-by: Sergey Ryazanov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44615 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 --git a/target/linux/bcm53xx/config-3.18 b/target/linux/bcm53xx/config-3.18 index 62fd46d3e5..29c326f7cb 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 92575c2db4..e20df3027a 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 23ff9d66f0..0d7a5c7a9b 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 263a28d066..6614b3834a 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 bd9ac63b92..ea4d04642f 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 f86e6de997..67cbbb4d9a 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 9f4f6d682b..2ef0d2624f 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 87dabc1ecf..28840fa85d 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 d6fffba1d4..493192f4dd 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 78c5dda298..c18ad1f135 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 eaad684682..7334c97764 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 46a64db88a..b296443aeb 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 5f0bcad77c..4842dc8f69 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 ac2721ae5a..4605f2742c 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 ac2721ae5a..4605f2742c 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 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 diff --git a/target/linux/octeon/config-3.18 b/target/linux/octeon/config-3.18 index f8cb5ba346..e68292f4ab 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 39a8d30290..178d26f3ed 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 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 diff --git a/target/linux/ramips/mt7620/config-3.18 b/target/linux/ramips/mt7620/config-3.18 index 16f09d598d..a1a772dd31 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 9c83f556e8..06edeb1744 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 9442841c9d..858611ec40 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 d660759df7..4681070ece 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 111b4de3ce..f8058fdf4b 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 a17bfe1277..d619694146 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 5a8ddae6be..ba74fee262 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 -- 2.11.0