diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2015-02-14 01:06:13 +0300 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 14:17:49 +0900 |
commit | 60c0467a9448fdf6da509ca6c38583d406362660 (patch) | |
tree | fcab431c82c8570dbad20e7789583a3ee2adb8ca /configs/porter_defconfig | |
parent | acdfecbbb44bea1bc265397d7dcfa32db6760528 (diff) | |
download | u-boot-60c0467a9448fdf6da509ca6c38583d406362660.tar.gz |
arm: rmobile: Add Porter board support
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>
Diffstat (limited to 'configs/porter_defconfig')
-rw-r--r-- | configs/porter_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/porter_defconfig b/configs/porter_defconfig new file mode 100644 index 0000000000..8d594d97df --- /dev/null +++ b/configs/porter_defconfig @@ -0,0 +1,6 @@ +CONFIG_ARM=y +CONFIG_RMOBILE=y +CONFIG_TARGET_PORTER=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y |