diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2014-07-14 14:24:28 +0400 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2014-11-04 21:28:40 +0300 |
commit | 930399bdede182d00c587ce9bfd59f2da273285a (patch) | |
tree | 2edcd9bd377bc0de0e560f4373d57418782e2d67 /arch/arm/configs/keystone_defconfig | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) | |
download | linux-930399bdede182d00c587ce9bfd59f2da273285a.tar.xz |
ARM: keystone_defconfig: enable dsp irq and gpio support
Enable DSP IRQ controller and GPIOs support for Keystone 2.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/configs/keystone_defconfig')
-rw-r--r-- | arch/arm/configs/keystone_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 932ae40fb128..c9b0d1b0afe1 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -194,3 +194,5 @@ CONFIG_LEDS_TRIGGER_ONESHOT=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_BACKLIGHT=y CONFIG_LEDS_TRIGGER_GPIO=y +CONFIG_KEYSTONE_IRQ=y +CONFIG_GPIO_SYSCON=y |