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 | 805f9e574dcb85996f6406ea6295fd39247a3201 (patch) | |
tree | cce87ff71edd0ac5f518a7cf1207b1d2934ff220 /target/linux/ramips/mt7621 | |
parent | 71919ae34436258e3b8dce4cbb08758958443877 (diff) | |
download | upstream-805f9e574dcb85996f6406ea6295fd39247a3201.tar.gz upstream-805f9e574dcb85996f6406ea6295fd39247a3201.tar.bz2 upstream-805f9e574dcb85996f6406ea6295fd39247a3201.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43842 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/config-3.14 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ramips/mt7621/config-3.14 b/target/linux/ramips/mt7621/config-3.14 index e88800c07e..1fd8ff278c 100644 --- a/target/linux/ramips/mt7621/config-3.14 +++ b/target/linux/ramips/mt7621/config-3.14 @@ -86,7 +86,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_INITRAMFS_SOURCE="" @@ -127,7 +126,6 @@ CONFIG_NET_RALINK=y CONFIG_NET_RALINK_GSW_MT7620=y CONFIG_NET_RALINK_MDIO=y CONFIG_NET_RALINK_MT7620=y -CONFIG_NLS=m CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_NR_CPUS=4 CONFIG_OF=y @@ -195,14 +193,11 @@ CONFIG_SYS_SUPPORTS_SCHED_SMT=y CONFIG_SYS_SUPPORTS_SMP=y CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TREE_RCU=y -CONFIG_USB=m -CONFIG_USB_COMMON=m # CONFIG_USB_EHCI_HCD is not set CONFIG_USB_MT7621_XHCI_PLATFORM=y CONFIG_USB_PHY=y CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set -CONFIG_USB_XHCI_HCD=m CONFIG_USB_XHCI_PLATFORM=y CONFIG_USE_OF=y CONFIG_WATCHDOG_CORE=y |