diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-06-22 10:21:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 12:33:03 -0400 |
commit | 3896b05418b9b8548a678231db754206b3ebe56e (patch) | |
tree | 6da9c0461d9e28f750a1c1a0063bb9132f74acc6 /arch/mips/Kconfig | |
parent | 06cf5583fd9ac782cf34996cdabb48afdf478e37 (diff) |
[MIPS] rbtx4938: Add generic GPIO support
GPIO 0..15 are for TX4938 PIO pins, GPIO 16..18 are for FPGA-driven
chipselect signals for SPI devices.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 24661d60bc8f..823a6285c55a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -660,6 +660,7 @@ config TOSHIBA_RBTX4938 | |||
660 | select SYS_SUPPORTS_BIG_ENDIAN | 660 | select SYS_SUPPORTS_BIG_ENDIAN |
661 | select SYS_SUPPORTS_KGDB | 661 | select SYS_SUPPORTS_KGDB |
662 | select GENERIC_HARDIRQS_NO__DO_IRQ | 662 | select GENERIC_HARDIRQS_NO__DO_IRQ |
663 | select GENERIC_GPIO | ||
663 | help | 664 | help |
664 | This Toshiba board is based on the TX4938 processor. Say Y here to | 665 | This Toshiba board is based on the TX4938 processor. Say Y here to |
665 | support this machine type | 666 | support this machine type |