diff options
author | Olof Johansson <olof@lixom.net> | 2017-01-29 17:46:54 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-29 17:46:54 -0500 |
commit | de474f9b9724c683789bda823c1a80d703738a45 (patch) | |
tree | bb7ef7ee4f6631cc07c51803cbd4156b365874db | |
parent | b5f8c90c75106f1167615f26b13927a05a1da9a7 (diff) | |
parent | a2735c3067e7c25c46433c1d73b97d4d4e512de8 (diff) |
Merge tag 'keystone_config_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/defconfig
ARM: Keystone config support for 4.11
- Enable Reset controller and on chip MSM RAM support.
* tag 'keystone_config_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER
ARM: configs: keystone: Enable Generic on-chip SRAM driver
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/keystone_defconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 78cd2f197e01..1331f6dc456a 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig | |||
@@ -126,6 +126,7 @@ CONFIG_MTD_NAND_DAVINCI=y | |||
126 | CONFIG_MTD_SPI_NOR=y | 126 | CONFIG_MTD_SPI_NOR=y |
127 | CONFIG_MTD_UBI=y | 127 | CONFIG_MTD_UBI=y |
128 | CONFIG_BLK_DEV_LOOP=y | 128 | CONFIG_BLK_DEV_LOOP=y |
129 | CONFIG_SRAM=y | ||
129 | CONFIG_EEPROM_AT24=y | 130 | CONFIG_EEPROM_AT24=y |
130 | CONFIG_SCSI=y | 131 | CONFIG_SCSI=y |
131 | CONFIG_BLK_DEV_SD=y | 132 | CONFIG_BLK_DEV_SD=y |
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 24bd64dabdfc..554357035f30 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig | |||
@@ -4,6 +4,7 @@ config ARCH_KEYSTONE | |||
4 | select ARM_GIC | 4 | select ARM_GIC |
5 | select HAVE_ARM_ARCH_TIMER | 5 | select HAVE_ARM_ARCH_TIMER |
6 | select KEYSTONE_TIMER | 6 | select KEYSTONE_TIMER |
7 | select ARCH_HAS_RESET_CONTROLLER | ||
7 | select ARM_ERRATA_798181 if SMP | 8 | select ARM_ERRATA_798181 if SMP |
8 | select COMMON_CLK_KEYSTONE | 9 | select COMMON_CLK_KEYSTONE |
9 | select ARCH_SUPPORTS_BIG_ENDIAN | 10 | select ARCH_SUPPORTS_BIG_ENDIAN |