u-boot-brain/board/renesas/ebisu/Kconfig
Marek Vasut 63e22517a3 ARM: renesas: Add R8A77990 E3 Ebisu board
Add support for the R8A77990 Ebisu board.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2018-06-01 09:47:21 +02:00

16 lines
172 B
Plaintext

if TARGET_EBISU
config SYS_SOC
default "rmobile"
config SYS_BOARD
default "ebisu"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "ebisu"
endif