diff options
author | Marek Vasut | 2018-01-07 19:37:06 +0100 |
---|---|---|
committer | Marek Vasut | 2018-01-24 23:27:21 +0100 |
commit | b606e1bbc3428d0ebc320f11b361e1b79a21a640 (patch) | |
tree | 88a2846ec5449923bb02bf9e17b1393c6c245a6a /configs/stout_defconfig | |
parent | 34df58a95efc56f469b520e9e63e4aaddc4796ee (diff) |
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/stout_defconfig')
-rw-r--r-- | configs/stout_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stout_defconfig b/configs/stout_defconfig index 6750dcdd799..9f57c2624e7 100644 --- a/configs/stout_defconfig +++ b/configs/stout_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_R8A7790=y CONFIG_TARGET_STOUT=y CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y |