Atsushi Nemoto | 22b1d70 | 2008-07-11 00:31:36 +0900 | [diff] [blame^] | 1 | config TOSHIBA_FPCIB0 |
| 2 | bool "FPCIB0 Backplane Support" |
| 3 | depends on TOSHIBA_RBTX4927 |
| 4 | |
Ralf Baechle | 23fbee9 | 2005-07-25 22:45:45 +0000 | [diff] [blame] | 5 | if TOSHIBA_RBTX4938 |
| 6 | |
| 7 | comment "Multiplex Pin Select" |
| 8 | choice |
| 9 | prompt "PIO[58:61]" |
| 10 | default TOSHIBA_RBTX4938_MPLEX_PIO58_61 |
| 11 | |
| 12 | config TOSHIBA_RBTX4938_MPLEX_PIO58_61 |
| 13 | bool "PIO" |
| 14 | config TOSHIBA_RBTX4938_MPLEX_NAND |
| 15 | bool "NAND" |
| 16 | config TOSHIBA_RBTX4938_MPLEX_ATA |
| 17 | bool "ATA" |
| 18 | |
| 19 | endchoice |
| 20 | |
| 21 | config TX4938_NAND_BOOT |
| 22 | depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND |
| 23 | bool "NAND Boot Support (EXPERIMENTAL)" |
| 24 | help |
| 25 | This is only for Toshiba RBTX4938 reference board, which has NAND IPL. |
| 26 | Select this option if you need to use NAND boot. |
| 27 | |
| 28 | endif |