diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-08-14 20:57:22 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-17 04:37:41 +0400 |
commit | 0f6442bef67d7f543d65d12e27006ceda8932b81 (patch) | |
tree | e61e003039a267902d38635847aa338d5595a6fc /arch/arm/configs/shmobile_defconfig | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
download | linux-0f6442bef67d7f543d65d12e27006ceda8932b81.tar.xz |
ARM: shmobile: shmobile_defconfig: Enable missing hardware support
Based on the DTSes
Notes:
- MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
("mtd: spi-nor: shorten Kconfig naming"),
- I2C_RIIC was enabled in the old genmai_defconfig.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 3b136144cc83..0cd63f584665 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -49,6 +49,7 @@ CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_MTD=y CONFIG_MTD_M25P80=y +CONFIG_MTD_SPI_NOR=y CONFIG_EEPROM_AT24=y CONFIG_BLK_DEV_SD=y CONFIG_ATA=y @@ -82,6 +83,7 @@ CONFIG_SERIAL_SH_SCI=y CONFIG_SERIAL_SH_SCI_NR_UARTS=20 CONFIG_SERIAL_SH_SCI_CONSOLE=y CONFIG_I2C_GPIO=y +CONFIG_I2C_RIIC=y CONFIG_I2C_SH_MOBILE=y CONFIG_I2C_RCAR=y CONFIG_SPI=y |