diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-18 00:43:48 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-20 14:38:19 +0100 |
commit | 8d795f2a5cf73338a467ac82bdeb73225e987c45 (patch) | |
tree | 050293df491ce1623d4c7dc5f5c21a0e4f7fcf84 /arch/mips/txx9/Kconfig | |
parent | 73b4390fb23456964201abda79f1210fe337d01a (diff) | |
download | op-kernel-dev-8d795f2a5cf73338a467ac82bdeb73225e987c45.zip op-kernel-dev-8d795f2a5cf73338a467ac82bdeb73225e987c45.tar.gz |
[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 b92a134..6de4c5a 100644 --- a/arch/mips/txx9/Kconfig +++ b/arch/mips/txx9/Kconfig @@ -7,6 +7,8 @@ config TOSHIBA_RBTX4927 bool "Toshiba RBTX49[23]7 board" depends on MACH_TX49XX select SOC_TX4927 + # TX4937 is subset of TX4938 + select SOC_TX4938 help This Toshiba board is based on the TX4927 processor. Say Y here to support this machine type |