Kconfig 864 B

12345678910111213141516171819202122232425262728293031323334353637
  1. config TOSHIBA_FPCIB0
  2. bool "FPCIB0 Backplane Support"
  3. depends on PCI && (SYS_HAS_CPU_TX49XX || SYS_HAS_CPU_TX39XX)
  4. select I8259
  5. config PICMG_PCI_BACKPLANE_DEFAULT
  6. bool "Support for PICMG PCI Backplane"
  7. depends on PCI && (SYS_HAS_CPU_TX49XX || SYS_HAS_CPU_TX39XX)
  8. default y if !TOSHIBA_FPCIB0
  9. if TOSHIBA_RBTX4938
  10. comment "Multiplex Pin Select"
  11. choice
  12. prompt "PIO[58:61]"
  13. default TOSHIBA_RBTX4938_MPLEX_PIO58_61
  14. config TOSHIBA_RBTX4938_MPLEX_PIO58_61
  15. bool "PIO"
  16. config TOSHIBA_RBTX4938_MPLEX_NAND
  17. bool "NAND"
  18. config TOSHIBA_RBTX4938_MPLEX_ATA
  19. bool "ATA"
  20. endchoice
  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. endif
  28. config PCI_TX4927
  29. bool