diff options
author | Olof Johansson <olof@lixom.net> | 2016-07-04 23:51:03 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-07-04 23:51:03 -0400 |
commit | 208b3e2038c8eed1c0fe455a942c1a720441a241 (patch) | |
tree | 76627536b39f2708c576dd365834d9af1f975225 | |
parent | 856dfb0ccd3bfaa8011ce0e20a5ed813629bf8ac (diff) | |
parent | 229a4bc846e85461252ab7aec3ab2cae4bf22a9c (diff) |
Merge tag 'keystone_config_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/defconfig
ARM: Keystone config updates for 4.8
- Enable PINCTRL support
- Remove redundant ARM_PATCH_PHYS_VIRT
* tag 'keystone_config_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
ARM: keystone: Enable PINCTRL_SINGLE Config
ARM: keystone: Enable PINCTRL config
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 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index faba04d93ad5..71b42e66488a 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig | |||
@@ -144,6 +144,7 @@ CONFIG_I2C_DAVINCI=y | |||
144 | CONFIG_SPI=y | 144 | CONFIG_SPI=y |
145 | CONFIG_SPI_DAVINCI=y | 145 | CONFIG_SPI_DAVINCI=y |
146 | CONFIG_SPI_SPIDEV=y | 146 | CONFIG_SPI_SPIDEV=y |
147 | CONFIG_PINCTRL_SINGLE=y | ||
147 | CONFIG_GPIOLIB=y | 148 | CONFIG_GPIOLIB=y |
148 | CONFIG_GPIO_SYSFS=y | 149 | CONFIG_GPIO_SYSFS=y |
149 | CONFIG_GPIO_DAVINCI=y | 150 | CONFIG_GPIO_DAVINCI=y |
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index ea955f6db8b7..929fe91cc82b 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | config ARCH_KEYSTONE | 1 | config ARCH_KEYSTONE |
2 | bool "Texas Instruments Keystone Devices" | 2 | bool "Texas Instruments Keystone Devices" |
3 | depends on ARCH_MULTI_V7 | 3 | depends on ARCH_MULTI_V7 |
4 | depends on ARM_PATCH_PHYS_VIRT | ||
5 | select ARM_GIC | 4 | select ARM_GIC |
6 | select HAVE_ARM_ARCH_TIMER | 5 | select HAVE_ARM_ARCH_TIMER |
7 | select CLKSRC_MMIO | 6 | select CLKSRC_MMIO |
@@ -11,6 +10,7 @@ config ARCH_KEYSTONE | |||
11 | select ZONE_DMA if ARM_LPAE | 10 | select ZONE_DMA if ARM_LPAE |
12 | select MIGHT_HAVE_PCI | 11 | select MIGHT_HAVE_PCI |
13 | select PCI_DOMAINS if PCI | 12 | select PCI_DOMAINS if PCI |
13 | select PINCTRL | ||
14 | help | 14 | help |
15 | Support for boards based on the Texas Instruments Keystone family of | 15 | Support for boards based on the Texas Instruments Keystone family of |
16 | SoCs. | 16 | SoCs. |