diff options
Diffstat (limited to 'arch/mips/tx4938/Kconfig')
-rw-r--r-- | arch/mips/tx4938/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/mips/tx4938/Kconfig b/arch/mips/tx4938/Kconfig new file mode 100644 index 000000000000..d90e9cd85138 --- /dev/null +++ b/arch/mips/tx4938/Kconfig | |||
@@ -0,0 +1,24 @@ | |||
1 | if TOSHIBA_RBTX4938 | ||
2 | |||
3 | comment "Multiplex Pin Select" | ||
4 | choice | ||
5 | prompt "PIO[58:61]" | ||
6 | default TOSHIBA_RBTX4938_MPLEX_PIO58_61 | ||
7 | |||
8 | config TOSHIBA_RBTX4938_MPLEX_PIO58_61 | ||
9 | bool "PIO" | ||
10 | config TOSHIBA_RBTX4938_MPLEX_NAND | ||
11 | bool "NAND" | ||
12 | config TOSHIBA_RBTX4938_MPLEX_ATA | ||
13 | bool "ATA" | ||
14 | |||
15 | endchoice | ||
16 | |||
17 | config TX4938_NAND_BOOT | ||
18 | depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND | ||
19 | bool "NAND Boot Support (EXPERIMENTAL)" | ||
20 | help | ||
21 | This is only for Toshiba RBTX4938 reference board, which has NAND IPL. | ||
22 | Select this option if you need to use NAND boot. | ||
23 | |||
24 | endif | ||