mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
60c0467a94
Porter is an entry level development board based on R-Car M2 SoC (R8A7791) This commit supports the following peripherals: - SCIF, I2C, Ethernet, QSPI, SD, USB Host Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6 lines
101 B
Text
6 lines
101 B
Text
CONFIG_ARM=y
|
|
CONFIG_RMOBILE=y
|
|
CONFIG_TARGET_PORTER=y
|
|
CONFIG_DM=y
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_SH_SDHI=y
|