u-boot-brain/board/renesas/stout/Kconfig
Vladimir Barinov 21871138b7 arm: rmobile: Add Stout board support
Stout is an entry level development board based on R-Car H2 SoC (R8A7790)

This commit supports the following peripherals:
- SCIFA, I2C, Ethernet, QSPI, SDHI0/2, CPLD

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2015-08-31 17:32:59 +09:00

13 lines
137 B
Plaintext

if TARGET_STOUT
config SYS_BOARD
default "stout"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "stout"
endif