u-boot/board/renesas/falcon/Kconfig
Hai Pham 4cfdcf3948 ARM: renesas: Add R8A779A0 V3U Falcon board code
Add board code for the R8A779A0 V3U Falcon board.

Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
--
Marek: - various small rebase fixes and clean ups
2021-06-24 20:22:18 +02:00

15 lines
175 B
Text

if TARGET_FALCON
config SYS_SOC
default "rmobile"
config SYS_BOARD
default "falcon"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "falcon"
endif