diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-08-14 12:57:27 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-16 20:37:43 -0400 |
commit | 387ded8e60bcb6190492f90a3ef25e2bcb0a97a1 (patch) | |
tree | 9cac6235b3a6f6b102be3b9cb355ee03a83dd875 | |
parent | 489610f3324dc1f94c816f4053215d7540871875 (diff) |
ARM: shmobile: lager_defconfig: Enable missing hardware support
Based on the DTS
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").
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/lager_defconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index 58702440472a..929c571ea29b 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig | |||
@@ -22,6 +22,9 @@ CONFIG_ARM_ERRATA_458693=y | |||
22 | CONFIG_ARM_ERRATA_460075=y | 22 | CONFIG_ARM_ERRATA_460075=y |
23 | CONFIG_ARM_ERRATA_743622=y | 23 | CONFIG_ARM_ERRATA_743622=y |
24 | CONFIG_ARM_ERRATA_754322=y | 24 | CONFIG_ARM_ERRATA_754322=y |
25 | CONFIG_PCI=y | ||
26 | CONFIG_PCI_RCAR_GEN2=y | ||
27 | CONFIG_PCI_RCAR_GEN2_PCIE=y | ||
25 | CONFIG_HAVE_ARM_ARCH_TIMER=y | 28 | CONFIG_HAVE_ARM_ARCH_TIMER=y |
26 | CONFIG_AEABI=y | 29 | CONFIG_AEABI=y |
27 | # CONFIG_OABI_COMPAT is not set | 30 | # CONFIG_OABI_COMPAT is not set |
@@ -53,6 +56,7 @@ CONFIG_DEVTMPFS=y | |||
53 | CONFIG_DEVTMPFS_MOUNT=y | 56 | CONFIG_DEVTMPFS_MOUNT=y |
54 | CONFIG_MTD=y | 57 | CONFIG_MTD=y |
55 | CONFIG_MTD_M25P80=y | 58 | CONFIG_MTD_M25P80=y |
59 | CONFIG_MTD_SPI_NOR=y | ||
56 | CONFIG_BLK_DEV_SD=y | 60 | CONFIG_BLK_DEV_SD=y |
57 | CONFIG_ATA=y | 61 | CONFIG_ATA=y |
58 | CONFIG_SATA_RCAR=y | 62 | CONFIG_SATA_RCAR=y |
@@ -85,11 +89,12 @@ CONFIG_SERIAL_SH_SCI=y | |||
85 | CONFIG_SERIAL_SH_SCI_NR_UARTS=10 | 89 | CONFIG_SERIAL_SH_SCI_NR_UARTS=10 |
86 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | 90 | CONFIG_SERIAL_SH_SCI_CONSOLE=y |
87 | # CONFIG_HW_RANDOM is not set | 91 | # CONFIG_HW_RANDOM is not set |
88 | CONFIG_I2C=y | ||
89 | CONFIG_I2C_GPIO=y | 92 | CONFIG_I2C_GPIO=y |
93 | CONFIG_I2C_SH_MOBILE=y | ||
90 | CONFIG_I2C_RCAR=y | 94 | CONFIG_I2C_RCAR=y |
91 | CONFIG_SPI=y | 95 | CONFIG_SPI=y |
92 | CONFIG_SPI_RSPI=y | 96 | CONFIG_SPI_RSPI=y |
97 | CONFIG_SPI_SH_MSIOF=y | ||
93 | CONFIG_GPIO_SH_PFC=y | 98 | CONFIG_GPIO_SH_PFC=y |
94 | CONFIG_GPIOLIB=y | 99 | CONFIG_GPIOLIB=y |
95 | CONFIG_GPIO_RCAR=y | 100 | CONFIG_GPIO_RCAR=y |
@@ -98,6 +103,7 @@ CONFIG_THERMAL=y | |||
98 | CONFIG_RCAR_THERMAL=y | 103 | CONFIG_RCAR_THERMAL=y |
99 | CONFIG_REGULATOR=y | 104 | CONFIG_REGULATOR=y |
100 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | 105 | CONFIG_REGULATOR_FIXED_VOLTAGE=y |
106 | CONFIG_REGULATOR_DA9210=y | ||
101 | CONFIG_REGULATOR_GPIO=y | 107 | CONFIG_REGULATOR_GPIO=y |
102 | CONFIG_MEDIA_SUPPORT=y | 108 | CONFIG_MEDIA_SUPPORT=y |
103 | CONFIG_MEDIA_CAMERA_SUPPORT=y | 109 | CONFIG_MEDIA_CAMERA_SUPPORT=y |