diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-04-04 11:55:41 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:31 -0400 |
commit | a9aec7fe74cd912cad74ca621ed91cb1c37566ae (patch) | |
tree | 4fc186913e742b46c02a537ec6b5f32349cef838 /arch/mips/Kconfig | |
parent | 8aa62adafada6e3f29e12dacf1d6f491d2ba5f7f (diff) |
[MIPS] generic txx9 gpio support
This is a board-independent TXx9 gpio API implementation using gpiolib.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 9e1fc966895c..f4c313f9036b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -789,6 +789,11 @@ config CSRC_R4K | |||
789 | config CSRC_SB1250 | 789 | config CSRC_SB1250 |
790 | bool | 790 | bool |
791 | 791 | ||
792 | config GPIO_TXX9 | ||
793 | select GENERIC_GPIO | ||
794 | select HAVE_GPIO_LIB | ||
795 | bool | ||
796 | |||
792 | config CFE | 797 | config CFE |
793 | bool | 798 | bool |
794 | 799 | ||