diff options
author | Christian Ruppert <christian.ruppert@abilis.com> | 2013-10-31 13:58:27 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-11-11 05:27:44 +0100 |
commit | 9c8e612d9d622d6e094d67489f5a7da225eb0ea3 (patch) | |
tree | bc17bc443a40b924049dd3b3c4a52848a8abe403 /arch/arc/plat-tb10x | |
parent | Linux 3.12 (diff) | |
download | linux-9c8e612d9d622d6e094d67489f5a7da225eb0ea3.tar.xz linux-9c8e612d9d622d6e094d67489f5a7da225eb0ea3.zip |
ARC: [TB10x] Updates for GPIO and pinctrl
Device tree and Kconfig updates for GPIO and pinctrl drivers.
Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-tb10x')
-rw-r--r-- | arch/arc/plat-tb10x/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/plat-tb10x/Kconfig b/arch/arc/plat-tb10x/Kconfig index 1ab386bb5da8..6994c188dc88 100644 --- a/arch/arc/plat-tb10x/Kconfig +++ b/arch/arc/plat-tb10x/Kconfig @@ -20,8 +20,10 @@ menuconfig ARC_PLAT_TB10X bool "Abilis TB10x" select COMMON_CLK select PINCTRL + select PINCTRL_TB10X select PINMUX select ARCH_REQUIRE_GPIOLIB + select GPIO_TB10X select TB10X_IRQC help Support for platforms based on the TB10x home media gateway SOC by |