From b606e1bbc3428d0ebc320f11b361e1b79a21a640 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 7 Jan 2018 19:37:06 +0100 Subject: ARM: rmobile: Convert CONFIG_R8A77xx to Kconfig Convert these configuration options to Kconfig, update board defconfigs and drop them from whitelist. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/silk_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/silk_defconfig') diff --git a/configs/silk_defconfig b/configs/silk_defconfig index ffe1d8b784..14f427cd3a 100644 --- a/configs/silk_defconfig +++ b/configs/silk_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_R8A7794=y CONFIG_TARGET_SILK=y CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y -- cgit