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/ramips/mt7620 | |
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/ramips/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/config-3.14 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/mt7620/config-3.14 b/target/linux/ramips/mt7620/config-3.14 index dfde4d3302..e168b0d2db 100644 --- a/target/linux/ramips/mt7620/config-3.14 +++ b/target/linux/ramips/mt7620/config-3.14 @@ -88,7 +88,6 @@ CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_PERF_EVENTS=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HW_HAS_PCI=y -CONFIG_HW_RANDOM=m CONFIG_HZ_PERIODIC=y CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INET_LRO=y @@ -122,7 +121,6 @@ CONFIG_NET_RALINK_GSW_MT7620=y CONFIG_NET_RALINK_MDIO=y CONFIG_NET_RALINK_MT7620=y # CONFIG_NET_RALINK_RT305X is not set -CONFIG_NLS=m CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_OF=y CONFIG_OF_ADDRESS=y @@ -174,8 +172,6 @@ CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y CONFIG_SYS_SUPPORTS_ARBIT_HZ=y CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y CONFIG_TICK_CPU_ACCOUNTING=y -CONFIG_USB=m -CONFIG_USB_COMMON=m # CONFIG_USB_EHCI_HCD is not set CONFIG_USB_PHY=y CONFIG_USB_SUPPORT=y |