diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:02:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-05 13:02:44 +0000 |
commit | 7cc5b6f9e9ef3414b282d87a51095a834a39969b (patch) | |
tree | dcd8b53fdc5bed3f1c07967eab420515e6b46ec7 /target/linux/sibyte/config-3.3 | |
parent | 2b9379052e3145596eb2abd2b81da62fc9a9a455 (diff) | |
download | upstream-7cc5b6f9e9ef3414b282d87a51095a834a39969b.tar.gz upstream-7cc5b6f9e9ef3414b282d87a51095a834a39969b.tar.bz2 upstream-7cc5b6f9e9ef3414b282d87a51095a834a39969b.zip |
all targets: remove all =m kernel config symbols
modules build during the kernel compile phase are ignored anyway,
all modules should be built using KernelPackage in
package/kernel/linux/modules/*
selecting the appropriate config symbols there rather than in
target/linux/*/config-*
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43842
Diffstat (limited to 'target/linux/sibyte/config-3.3')
-rw-r--r-- | target/linux/sibyte/config-3.3 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/sibyte/config-3.3 b/target/linux/sibyte/config-3.3 index 7be8ee1cee..197165d262 100644 --- a/target/linux/sibyte/config-3.3 +++ b/target/linux/sibyte/config-3.3 @@ -14,7 +14,6 @@ CONFIG_CEVT_SB1250=y CONFIG_CFE=y CONFIG_COMPAT=y CONFIG_COMPAT_NETLINK_MESSAGES=y -CONFIG_CONNECTOR=m CONFIG_CPU_BIG_ENDIAN=y CONFIG_CPU_HAS_PREFETCH=y CONFIG_CPU_HAS_SYNC=y @@ -60,7 +59,6 @@ CONFIG_HAVE_SYSCALL_WRAPPERS=y CONFIG_HWMON=y CONFIG_HWMON_DEBUG_CHIP=y CONFIG_HW_HAS_PCI=y -CONFIG_HW_RANDOM=m CONFIG_HZ=250 # CONFIG_HZ_100 is not set CONFIG_HZ_250=y @@ -72,7 +70,6 @@ CONFIG_I2C_SIBYTE=y CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_SOURCE="../../root" -CONFIG_INPUT=m # CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_IRQ_CPU=y CONFIG_IRQ_FORCED_THREADING=y |