summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>2015-02-14 01:06:13 +0300
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-02-25 14:17:49 +0900
commit60c0467a9448fdf6da509ca6c38583d406362660 (patch)
treefcab431c82c8570dbad20e7789583a3ee2adb8ca /configs
parentacdfecbbb44bea1bc265397d7dcfa32db6760528 (diff)
downloadtalos-obmc-uboot-60c0467a9448fdf6da509ca6c38583d406362660.tar.gz
talos-obmc-uboot-60c0467a9448fdf6da509ca6c38583d406362660.zip
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')
-rw-r--r--configs/porter_defconfig6
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
OpenPOWER on IntegriCloud