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/x86 | |
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/x86')
-rw-r--r-- | target/linux/x86/config-3.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/config-3.14 b/target/linux/x86/config-3.14 index f668e42933..591fa1740e 100644 --- a/target/linux/x86/config-3.14 +++ b/target/linux/x86/config-3.14 @@ -211,7 +211,6 @@ CONFIG_INPUT_KEYBOARD=y CONFIG_INSTRUCTION_DECODER=y # CONFIG_INTEL_POWERCLAMP is not set # CONFIG_IOMMU_STRESS is not set -CONFIG_IOSF_MBI=m CONFIG_IO_DELAY_0X80=y # CONFIG_IO_DELAY_0XED is not set # CONFIG_IO_DELAY_NONE is not set |