diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-21 08:03:24 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-25 05:33:56 +0200 |
commit | 15df0f3302fdecaa97da0b95d72b3a9a59be8692 (patch) | |
tree | bafd5996a7f88b07954fdd1408559c1537bc85b4 /arch/sparc64/Kconfig | |
parent | sparc: Implement irq_of_parse_and_map() and irq_dispose_mapping(). (diff) | |
download | linux-15df0f3302fdecaa97da0b95d72b3a9a59be8692.tar.xz linux-15df0f3302fdecaa97da0b95d72b3a9a59be8692.zip |
sparc: Add GPIO layer support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | arch/sparc64/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 923a98959fa7..489b6912fa09 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig @@ -18,6 +18,7 @@ config SPARC64 select HAVE_ARCH_KGDB select USE_GENERIC_SMP_HELPERS if SMP select HAVE_ARCH_TRACEHOOK + select ARCH_WANT_OPTIONAL_GPIOLIB config GENERIC_TIME bool @@ -31,6 +32,11 @@ config GENERIC_CLOCKEVENTS bool default y +config GENERIC_GPIO + bool + help + Generic GPIO API support + config 64BIT def_bool y |