89d63fe179
Split out PCIC dependent code and SoC dependent code from board dependent code. Now TX4927 PCIC code is independent from TX4927/TX4938 SoC code. Also fix some build problems on CONFIG_PCI=n. As a bonus, "FPCIB0 Backplane Support" is available for all TX39/TX49 boards and PCI66 support is available for all TX49 boards. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
38 lines
864 B
Plaintext
38 lines
864 B
Plaintext
config TOSHIBA_FPCIB0
|
|
bool "FPCIB0 Backplane Support"
|
|
depends on PCI && (SYS_HAS_CPU_TX49XX || SYS_HAS_CPU_TX39XX)
|
|
select I8259
|
|
|
|
config PICMG_PCI_BACKPLANE_DEFAULT
|
|
bool "Support for PICMG PCI Backplane"
|
|
depends on PCI && (SYS_HAS_CPU_TX49XX || SYS_HAS_CPU_TX39XX)
|
|
default y if !TOSHIBA_FPCIB0
|
|
|
|
if TOSHIBA_RBTX4938
|
|
|
|
comment "Multiplex Pin Select"
|
|
choice
|
|
prompt "PIO[58:61]"
|
|
default TOSHIBA_RBTX4938_MPLEX_PIO58_61
|
|
|
|
config TOSHIBA_RBTX4938_MPLEX_PIO58_61
|
|
bool "PIO"
|
|
config TOSHIBA_RBTX4938_MPLEX_NAND
|
|
bool "NAND"
|
|
config TOSHIBA_RBTX4938_MPLEX_ATA
|
|
bool "ATA"
|
|
|
|
endchoice
|
|
|
|
config TX4938_NAND_BOOT
|
|
depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND
|
|
bool "NAND Boot Support (EXPERIMENTAL)"
|
|
help
|
|
This is only for Toshiba RBTX4938 reference board, which has NAND IPL.
|
|
Select this option if you need to use NAND boot.
|
|
|
|
endif
|
|
|
|
config PCI_TX4927
|
|
bool
|