diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-20 23:03:24 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-24 20:33:56 -0700 |
commit | 15df0f3302fdecaa97da0b95d72b3a9a59be8692 (patch) | |
tree | bafd5996a7f88b07954fdd1408559c1537bc85b4 /arch/sparc64/Kconfig | |
parent | 44266215e3c8209613cea014721015113b7cd2d9 (diff) |
sparc: Add GPIO layer support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-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 923a98959fa..489b6912fa0 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 |