From 271fee93a4149d00804d7ac45cea1124e07c7331 Mon Sep 17 00:00:00 2001 From: Maksym Kokhan Date: Mon, 12 Nov 2018 19:00:58 +0200 Subject: 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 Signed-off-by: Andrii Bordunov Signed-off-by: Paul Burton Patchwork: https://patchwork.linux-mips.org/patch/21100/ Cc: Ralf Baechle Cc: James Hogan Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org --- arch/mips/Kconfig | 2 -- 1 file changed, 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. -- cgit v1.2.3-59-g8ed1b