From 5970e15e49f97122a540d30a55df02f10ef888ca Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 12 Dec 2017 18:55:53 +0100 Subject: MIPS: provide HAS_NO_BOARD_HL_CODE some boards have PBL code, but no board specific high level code. Instead of creating dummy.c files, better provide config to avoid compiling of board code. Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- arch/mips/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/mips/Kconfig') diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 06a516d70f..c2c555dc37 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -22,6 +22,9 @@ config GENERIC_LINKER_SCRIPT bool default y +config HAS_NO_BOARD_HL_CODE + bool + menu "Machine selection" config BUILTIN_DTB -- cgit v1.2.3