aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-11-20 07:13:39 -0500
committerArnd Bergmann <arnd@arndb.de>2014-11-20 07:13:39 -0500
commit825d96766ef012be3f88449e412760f7bad42775 (patch)
tree3e5c0b77da8d08a7a7959e07f9497a2a76306959 /arch/arm
parent0700ec1361647cfc415df745cc76c09a2c914c37 (diff)
parent97ef1af9b275924406556bfaec528a3e9e2980c7 (diff)
Merge tag 'keystone-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/defconfig
Pull "Keystone config updates for 3.19" from Santosh Shilimkar: - Enable PCIE controller and related options - Enable MDIO and ethernet phy options - Enable DSP IRQCHIP option * tag 'keystone-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone: ARM: keystone: defconfig: add options to enable PCI controller ARM: keystone: add pcie related options ARM: keystone_defconfig: enable mdio and marvell eth phys ARM: keystone_defconfig: enable dsp irq and gpio support Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/keystone_defconfig7
-rw-r--r--arch/arm/mach-keystone/Kconfig2
2 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index 932ae40fb128..20a3ff99fae2 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -20,6 +20,9 @@ CONFIG_MODULE_FORCE_UNLOAD=y
20CONFIG_MODVERSIONS=y 20CONFIG_MODVERSIONS=y
21CONFIG_ARCH_KEYSTONE=y 21CONFIG_ARCH_KEYSTONE=y
22CONFIG_ARM_LPAE=y 22CONFIG_ARM_LPAE=y
23CONFIG_PCI=y
24CONFIG_PCI_MSI=y
25CONFIG_PCI_KEYSTONE=y
23CONFIG_SMP=y 26CONFIG_SMP=y
24CONFIG_PREEMPT=y 27CONFIG_PREEMPT=y
25CONFIG_AEABI=y 28CONFIG_AEABI=y
@@ -194,3 +197,7 @@ CONFIG_LEDS_TRIGGER_ONESHOT=y
194CONFIG_LEDS_TRIGGER_HEARTBEAT=y 197CONFIG_LEDS_TRIGGER_HEARTBEAT=y
195CONFIG_LEDS_TRIGGER_BACKLIGHT=y 198CONFIG_LEDS_TRIGGER_BACKLIGHT=y
196CONFIG_LEDS_TRIGGER_GPIO=y 199CONFIG_LEDS_TRIGGER_GPIO=y
200CONFIG_KEYSTONE_IRQ=y
201CONFIG_GPIO_SYSCON=y
202CONFIG_TI_DAVINCI_MDIO=y
203CONFIG_MARVELL_PHY=y
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index 98a156afaa94..ea955f6db8b7 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -9,6 +9,8 @@ config ARCH_KEYSTONE
9 select COMMON_CLK_KEYSTONE 9 select COMMON_CLK_KEYSTONE
10 select ARCH_SUPPORTS_BIG_ENDIAN 10 select ARCH_SUPPORTS_BIG_ENDIAN
11 select ZONE_DMA if ARM_LPAE 11 select ZONE_DMA if ARM_LPAE
12 select MIGHT_HAVE_PCI
13 select PCI_DOMAINS if PCI
12 help 14 help
13 Support for boards based on the Texas Instruments Keystone family of 15 Support for boards based on the Texas Instruments Keystone family of
14 SoCs. 16 SoCs.