aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksym Kokhan <maksym.kokhan@globallogic.com>2018-11-12 19:00:58 +0200
committerPaul Burton <paul.burton@mips.com>2018-11-12 14:22:09 -0800
commit271fee93a4149d00804d7ac45cea1124e07c7331 (patch)
treea4ed43758f81df7f803636a24f60374f85d2d25e
parentMIPS: Boston: Disable EG20T prefetch (diff)
downloadlinux-dev-271fee93a4149d00804d7ac45cea1124e07c7331.tar.xz
linux-dev-271fee93a4149d00804d7ac45cea1124e07c7331.zip
mips: delete duplicated BUILTIN_DTB and LIBFDT configs
CONFIG_BUILTIN_DTB and CONFIG_LIBFDT selection is duplicated in menu "Machine selection" under MIPS_MALTA. Signed-off-by: Maksym Kokhan <maksym.kokhan@globallogic.com> Signed-off-by: Andrii Bordunov <andrew.bordunov@gmail.com> Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/21100/ Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org
-rw-r--r--arch/mips/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9006ae11981d..61077e64ea54 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -540,8 +540,6 @@ config MIPS_MALTA
select USE_OF
select LIBFDT
select ZONE_DMA32 if 64BIT
- select BUILTIN_DTB
- select LIBFDT
help
This enables support for the MIPS Technologies Malta evaluation
board.