diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-08-14 12:57:22 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-16 20:37:41 -0400 |
commit | 0f6442bef67d7f543d65d12e27006ceda8932b81 (patch) | |
tree | e61e003039a267902d38635847aa338d5595a6fc | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
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>
-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 | |||
49 | CONFIG_DEVTMPFS_MOUNT=y | 49 | CONFIG_DEVTMPFS_MOUNT=y |
50 | CONFIG_MTD=y | 50 | CONFIG_MTD=y |
51 | CONFIG_MTD_M25P80=y | 51 | CONFIG_MTD_M25P80=y |
52 | CONFIG_MTD_SPI_NOR=y | ||
52 | CONFIG_EEPROM_AT24=y | 53 | CONFIG_EEPROM_AT24=y |
53 | CONFIG_BLK_DEV_SD=y | 54 | CONFIG_BLK_DEV_SD=y |
54 | CONFIG_ATA=y | 55 | CONFIG_ATA=y |
@@ -82,6 +83,7 @@ CONFIG_SERIAL_SH_SCI=y | |||
82 | CONFIG_SERIAL_SH_SCI_NR_UARTS=20 | 83 | CONFIG_SERIAL_SH_SCI_NR_UARTS=20 |
83 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | 84 | CONFIG_SERIAL_SH_SCI_CONSOLE=y |
84 | CONFIG_I2C_GPIO=y | 85 | CONFIG_I2C_GPIO=y |
86 | CONFIG_I2C_RIIC=y | ||
85 | CONFIG_I2C_SH_MOBILE=y | 87 | CONFIG_I2C_SH_MOBILE=y |
86 | CONFIG_I2C_RCAR=y | 88 | CONFIG_I2C_RCAR=y |
87 | CONFIG_SPI=y | 89 | CONFIG_SPI=y |