diff options
| author | Maksym Kokhan <[email protected]> | 2018-11-12 19:00:58 +0200 |
|---|---|---|
| committer | Paul Burton <[email protected]> | 2018-11-12 14:22:09 -0800 |
| commit | 271fee93a4149d00804d7ac45cea1124e07c7331 (patch) | |
| tree | a4ed43758f81df7f803636a24f60374f85d2d25e | |
| parent | 5ec17af7ead09701e23d2065e16db6ce4e137289 (diff) | |
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 <[email protected]>
Signed-off-by: Andrii Bordunov <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/21100/
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: [email protected]
Cc: [email protected]
| -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. |