From 60c0467a9448fdf6da509ca6c38583d406362660 Mon Sep 17 00:00:00 2001 From: Vladimir Barinov Date: Sat, 14 Feb 2015 01:06:13 +0300 Subject: 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 Signed-off-by: Nobuhiro Iwamatsu --- configs/porter_defconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/porter_defconfig (limited to 'configs/porter_defconfig') diff --git a/configs/porter_defconfig b/configs/porter_defconfig new file mode 100644 index 0000000..8d594d9 --- /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 -- cgit v1.1