diff options
author | Maksym Kokhan <maksym.kokhan@globallogic.com> | 2018-11-12 20:00:58 +0300 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-11-13 01:22:09 +0300 |
commit | 271fee93a4149d00804d7ac45cea1124e07c7331 (patch) | |
tree | a4ed43758f81df7f803636a24f60374f85d2d25e /arch/mips/Kconfig | |
parent | 5ec17af7ead09701e23d2065e16db6ce4e137289 (diff) | |
download | linux-271fee93a4149d00804d7ac45cea1124e07c7331.tar.xz |
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
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
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. |