1*22b1d707SAtsushi Nemotoconfig TOSHIBA_FPCIB0 2*22b1d707SAtsushi Nemoto bool "FPCIB0 Backplane Support" 3*22b1d707SAtsushi Nemoto depends on TOSHIBA_RBTX4927 4*22b1d707SAtsushi Nemoto 5*22b1d707SAtsushi Nemotoif TOSHIBA_RBTX4938 6*22b1d707SAtsushi Nemoto 7*22b1d707SAtsushi Nemotocomment "Multiplex Pin Select" 8*22b1d707SAtsushi Nemotochoice 9*22b1d707SAtsushi Nemoto prompt "PIO[58:61]" 10*22b1d707SAtsushi Nemoto default TOSHIBA_RBTX4938_MPLEX_PIO58_61 11*22b1d707SAtsushi Nemoto 12*22b1d707SAtsushi Nemotoconfig TOSHIBA_RBTX4938_MPLEX_PIO58_61 13*22b1d707SAtsushi Nemoto bool "PIO" 14*22b1d707SAtsushi Nemotoconfig TOSHIBA_RBTX4938_MPLEX_NAND 15*22b1d707SAtsushi Nemoto bool "NAND" 16*22b1d707SAtsushi Nemotoconfig TOSHIBA_RBTX4938_MPLEX_ATA 17*22b1d707SAtsushi Nemoto bool "ATA" 18*22b1d707SAtsushi Nemoto 19*22b1d707SAtsushi Nemotoendchoice 20*22b1d707SAtsushi Nemoto 21*22b1d707SAtsushi Nemotoconfig TX4938_NAND_BOOT 22*22b1d707SAtsushi Nemoto depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND 23*22b1d707SAtsushi Nemoto bool "NAND Boot Support (EXPERIMENTAL)" 24*22b1d707SAtsushi Nemoto help 25*22b1d707SAtsushi Nemoto This is only for Toshiba RBTX4938 reference board, which has NAND IPL. 26*22b1d707SAtsushi Nemoto Select this option if you need to use NAND boot. 27*22b1d707SAtsushi Nemoto 28*22b1d707SAtsushi Nemotoendif 29