diff options
author | Vineet Gupta <Vineet.Gupta1@synopsys.com> | 2013-04-17 08:07:31 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-05-10 00:20:33 -0400 |
commit | e7d5bab5efb94a82d80cab3ad68c357ce73ea596 (patch) | |
tree | a1a2fab7a55913571c8b2932b94fee449f5a7676 /arch/arc | |
parent | 5bba49f5397c012d873c73860ad7b50c526e613b (diff) |
ARC: [TB10x] Remove GENERIC_GPIO
This tracks Alexandre Courbot's mainline GPIO rework
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/plat-tb10x/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arc/plat-tb10x/Kconfig b/arch/arc/plat-tb10x/Kconfig index 4e121272c4e5..1d3452100f1f 100644 --- a/arch/arc/plat-tb10x/Kconfig +++ b/arch/arc/plat-tb10x/Kconfig | |||
@@ -27,10 +27,3 @@ menuconfig ARC_PLAT_TB10X | |||
27 | Abilis Systems. TB10x is based on the ARC700 CPU architecture. | 27 | Abilis Systems. TB10x is based on the ARC700 CPU architecture. |
28 | Say Y if you are building a kernel for one of the SOCs in this | 28 | Say Y if you are building a kernel for one of the SOCs in this |
29 | series (e.g. TB100 or TB101). If in doubt say N. | 29 | series (e.g. TB100 or TB101). If in doubt say N. |
30 | |||
31 | if ARC_PLAT_TB10X | ||
32 | |||
33 | config GENERIC_GPIO | ||
34 | def_bool y | ||
35 | |||
36 | endif | ||