diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2017-08-10 19:56:20 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-10 19:56:20 +0300 |
commit | c2818a190a7ba5662fcbacccbc8cf2b1db526405 (patch) | |
tree | e4591e1fa8d604d2ce619c93e7ed84ffdbacbee4 /arch/arm/mach-omap2 | |
parent | fc66ce0b72046318c4c4a66e67a2362193df6de1 (diff) | |
download | linux-c2818a190a7ba5662fcbacccbc8cf2b1db526405.tar.xz |
ARM: OMAP2+: Select PINCTRL_TI_IODELAY for SOC_DRA7XX
PINCTRL_TI_IODELAY should be enabled so that "pinctrl_dev" can be created
for pinctrl entries populated with iodelay values in device tree data.
Select PINCTRL_TI_IODELAY for SOC_DRA7XX here.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 0465338183c7..e31a5a22e171 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -87,6 +87,7 @@ config SOC_DRA7XX select OMAP_INTERCONNECT_BARRIER select PM_OPP if PM select ZONE_DMA if ARM_LPAE + select PINCTRL_TI_IODELAY if OF && PINCTRL config ARCH_OMAP2PLUS bool |