u-boot-brain/board/renesas/draak/Kconfig
Marek Vasut 7387d4c234 ARM: rmobile: Add R8A77995 D3 Draak board
Add bits to support yet another board, the R8A77995 D3 Draak.
The DT file is from Linux 4.15-rc1 , commit
b35334447513c14a4dd55a67c269a743d4a4824b .

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_DRAAK
config SYS_SOC
default "rmobile"
config SYS_BOARD
default "draak"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "draak"
endif