u-boot-brain/board/renesas/eagle/Kconfig
Marek Vasut d21f08ba81 ARM: rmobile: Add R8A77970 V3M Eagle board
Add bits to support yet another board, the R8A77970 V3M Eagle.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2017-12-09 13:36:27 +01:00

16 lines
172 B
Plaintext

if TARGET_EAGLE
config SYS_SOC
default "rmobile"
config SYS_BOARD
default "eagle"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "eagle"
endif