diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-09-08 14:48:43 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-10 12:17:39 +0200 |
commit | ca356887edbd509d15165009a2cc73991f76c399 (patch) | |
tree | 5e069fe66bdda5d425f73ff612929d48e3ce3dc2 /target | |
parent | fe245459827ae47fb9d4cb65c1441832b0417e52 (diff) | |
download | upstream-ca356887edbd509d15165009a2cc73991f76c399.tar.gz upstream-ca356887edbd509d15165009a2cc73991f76c399.tar.bz2 upstream-ca356887edbd509d15165009a2cc73991f76c399.zip |
x86: disable MTD support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/config-4.4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4 index 91e91d07c4..894fed09d2 100644 --- a/target/linux/x86/config-4.4 +++ b/target/linux/x86/config-4.4 @@ -284,9 +284,7 @@ CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set -CONFIG_MTD_BLOCK2MTD=y -# CONFIG_MTD_CFI is not set -# CONFIG_MTD_COMPLEX_MAPPINGS is not set +# CONFIG_MTD is not set CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set # CONFIG_MVIAC3_2 is not set |