diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-17 11:43:48 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 09:38:19 -0400 |
commit | 8d795f2a5cf73338a467ac82bdeb73225e987c45 (patch) | |
tree | 050293df491ce1623d4c7dc5f5c21a0e4f7fcf84 /arch/mips/txx9/Kconfig | |
parent | 73b4390fb23456964201abda79f1210fe337d01a (diff) |
[MIPS] TXx9: Miscellaneous build fixes
* Fix build if only RBTX4927 or RBTX4938 was selected.
* Move gpio helpers to generic part.
* Select SOC_TX4938 for RBTX4927/37 board.
* Fix parent of rbtx4938_fpga_resource.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/Kconfig')
-rw-r--r-- | arch/mips/txx9/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/txx9/Kconfig b/arch/mips/txx9/Kconfig index b92a134ef124..6de4c5aa92be 100644 --- a/arch/mips/txx9/Kconfig +++ b/arch/mips/txx9/Kconfig | |||
@@ -7,6 +7,8 @@ config TOSHIBA_RBTX4927 | |||
7 | bool "Toshiba RBTX49[23]7 board" | 7 | bool "Toshiba RBTX49[23]7 board" |
8 | depends on MACH_TX49XX | 8 | depends on MACH_TX49XX |
9 | select SOC_TX4927 | 9 | select SOC_TX4927 |
10 | # TX4937 is subset of TX4938 | ||
11 | select SOC_TX4938 | ||
10 | help | 12 | help |
11 | This Toshiba board is based on the TX4927 processor. Say Y here to | 13 | This Toshiba board is based on the TX4927 processor. Say Y here to |
12 | support this machine type | 14 | support this machine type |