diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-11-20 07:13:39 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-11-20 07:13:39 -0500 |
commit | 825d96766ef012be3f88449e412760f7bad42775 (patch) | |
tree | 3e5c0b77da8d08a7a7959e07f9497a2a76306959 /arch/arm | |
parent | 0700ec1361647cfc415df745cc76c09a2c914c37 (diff) | |
parent | 97ef1af9b275924406556bfaec528a3e9e2980c7 (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_defconfig | 7 | ||||
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 2 |
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 | |||
20 | CONFIG_MODVERSIONS=y | 20 | CONFIG_MODVERSIONS=y |
21 | CONFIG_ARCH_KEYSTONE=y | 21 | CONFIG_ARCH_KEYSTONE=y |
22 | CONFIG_ARM_LPAE=y | 22 | CONFIG_ARM_LPAE=y |
23 | CONFIG_PCI=y | ||
24 | CONFIG_PCI_MSI=y | ||
25 | CONFIG_PCI_KEYSTONE=y | ||
23 | CONFIG_SMP=y | 26 | CONFIG_SMP=y |
24 | CONFIG_PREEMPT=y | 27 | CONFIG_PREEMPT=y |
25 | CONFIG_AEABI=y | 28 | CONFIG_AEABI=y |
@@ -194,3 +197,7 @@ CONFIG_LEDS_TRIGGER_ONESHOT=y | |||
194 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | 197 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y |
195 | CONFIG_LEDS_TRIGGER_BACKLIGHT=y | 198 | CONFIG_LEDS_TRIGGER_BACKLIGHT=y |
196 | CONFIG_LEDS_TRIGGER_GPIO=y | 199 | CONFIG_LEDS_TRIGGER_GPIO=y |
200 | CONFIG_KEYSTONE_IRQ=y | ||
201 | CONFIG_GPIO_SYSCON=y | ||
202 | CONFIG_TI_DAVINCI_MDIO=y | ||
203 | CONFIG_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. |