diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-04-04 11:56:09 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:31 -0400 |
commit | 4cad154b30e7471628cb1943081c72b6368b079a (patch) | |
tree | b4b67bcb39b868ee31436f8e9bd00b9e5f3927c5 /arch/mips/Kconfig | |
parent | a9aec7fe74cd912cad74ca621ed91cb1c37566ae (diff) |
[MIPS] rbhma4500: use generic txx9 gpio
Use generic txx9 gpio (and gpiolib) for RBHMA4500 board.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f4c313f9036b..abc485d3f414 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -654,7 +654,7 @@ config TOSHIBA_RBTX4938 | |||
654 | select SYS_SUPPORTS_BIG_ENDIAN | 654 | select SYS_SUPPORTS_BIG_ENDIAN |
655 | select SYS_SUPPORTS_KGDB | 655 | select SYS_SUPPORTS_KGDB |
656 | select GENERIC_HARDIRQS_NO__DO_IRQ | 656 | select GENERIC_HARDIRQS_NO__DO_IRQ |
657 | select GENERIC_GPIO | 657 | select GPIO_TXX9 |
658 | help | 658 | help |
659 | This Toshiba board is based on the TX4938 processor. Say Y here to | 659 | This Toshiba board is based on the TX4938 processor. Say Y here to |
660 | support this machine type | 660 | support this machine type |