u-boot-brain/board/renesas/condor/Kconfig
Marek Vasut 3ebb91914f ARM: renesas: Add R8A77980 V3H Condor board code
Add board code for the R8A77980 V3H Condor board.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2019-08-09 23:15:01 +02:00

16 lines
175 B
Plaintext

if TARGET_CONDOR
config SYS_SOC
default "rmobile"
config SYS_BOARD
default "condor"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "condor"
endif