diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-09 17:28:39 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-10 23:58:58 +0200 |
commit | b35c54227b4fbe7f57ab9d0ddda224cd8b6345a2 (patch) | |
tree | 3b81601ba1a4fe3b60f1c5b9c33231ba612d9c0c /target/linux/malta/le64/config-default | |
parent | eafdd1a0fcc17cf09db96f01b995abec2c9d7f0d (diff) | |
download | upstream-b35c54227b4fbe7f57ab9d0ddda224cd8b6345a2.tar.gz upstream-b35c54227b4fbe7f57ab9d0ddda224cd8b6345a2.tar.bz2 upstream-b35c54227b4fbe7f57ab9d0ddda224cd8b6345a2.zip |
kernel: Move CONFIG_IONIC to generic kernel config
It is deactivated everywhere, just set this in the generic config.
Acked-by: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/malta/le64/config-default')
-rw-r--r-- | target/linux/malta/le64/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/malta/le64/config-default b/target/linux/malta/le64/config-default index fd4019c7b3..23e838aaba 100644 --- a/target/linux/malta/le64/config-default +++ b/target/linux/malta/le64/config-default @@ -12,7 +12,6 @@ CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y CONFIG_CPU_SUPPORTS_HUGEPAGES=y CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y -# CONFIG_IONIC is not set # CONFIG_MIPS32_N32 is not set # CONFIG_MIPS32_O32 is not set # CONFIG_MIPS_VA_BITS_48 is not set |