diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-26 03:58:38 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-05-10 08:42:23 -0400 |
commit | e5d8b0ad5ae4c70a7081865a3c6c83ae1afe3087 (patch) | |
tree | d3660828f637de57e28c347b1266a68152512261 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
arm64: configs: add options useful for Armada 7K/8K support
This commit updates the ARM64 defconfig to include additional options
useful to support the Armada 7K/8K platforms:
- the SPI controller driver, spi-orion
- the support for SPI flashes
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f70505186820..ed3b2e9aefca 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -90,6 +90,9 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
90 | CONFIG_DEVTMPFS=y | 90 | CONFIG_DEVTMPFS=y |
91 | CONFIG_DEVTMPFS_MOUNT=y | 91 | CONFIG_DEVTMPFS_MOUNT=y |
92 | CONFIG_DMA_CMA=y | 92 | CONFIG_DMA_CMA=y |
93 | CONFIG_MTD=y | ||
94 | CONFIG_MTD_M25P80=y | ||
95 | CONFIG_MTD_SPI_NOR=y | ||
93 | CONFIG_BLK_DEV_LOOP=y | 96 | CONFIG_BLK_DEV_LOOP=y |
94 | CONFIG_VIRTIO_BLK=y | 97 | CONFIG_VIRTIO_BLK=y |
95 | # CONFIG_SCSI_PROC_FS is not set | 98 | # CONFIG_SCSI_PROC_FS is not set |
@@ -151,6 +154,7 @@ CONFIG_I2C_QUP=y | |||
151 | CONFIG_I2C_UNIPHIER_F=y | 154 | CONFIG_I2C_UNIPHIER_F=y |
152 | CONFIG_I2C_RCAR=y | 155 | CONFIG_I2C_RCAR=y |
153 | CONFIG_SPI=y | 156 | CONFIG_SPI=y |
157 | CONFIG_SPI_ORION=y | ||
154 | CONFIG_SPI_PL022=y | 158 | CONFIG_SPI_PL022=y |
155 | CONFIG_SPI_QUP=y | 159 | CONFIG_SPI_QUP=y |
156 | CONFIG_SPMI=y | 160 | CONFIG_SPMI=y |