forked from Ivasoft/openwrt
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user