diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-08-19 09:55:13 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:43 -0400 |
commit | e6332374770ae5aa370af5792115261edbad05c1 (patch) | |
tree | 5b20a0ec756d4e8e09b26efd256245141921d293 /arch/mips/txx9/Kconfig | |
parent | 74894363499942a76f2c20e41e8bfebc9fdc267a (diff) |
MIPS: RBTX4938: Add TOSHIBA_RBTX4938_MPLEX_KEEP
Add TOSHIBA_RBTX4938_MPLEX_KEEP to keep MPLEX settings by firmware.
Also replace some printk with pr_info.
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 6fb2ef09d5dd..aade3348af29 100644 --- a/arch/mips/txx9/Kconfig +++ b/arch/mips/txx9/Kconfig | |||
@@ -94,6 +94,8 @@ config TOSHIBA_RBTX4938_MPLEX_NAND | |||
94 | bool "NAND" | 94 | bool "NAND" |
95 | config TOSHIBA_RBTX4938_MPLEX_ATA | 95 | config TOSHIBA_RBTX4938_MPLEX_ATA |
96 | bool "ATA" | 96 | bool "ATA" |
97 | config TOSHIBA_RBTX4938_MPLEX_KEEP | ||
98 | bool "Keep firmware settings" | ||
97 | 99 | ||
98 | endchoice | 100 | endchoice |
99 | 101 | ||