Kconfig 624 B

12345678910111213141516171819202122232425262728
  1. config TOSHIBA_FPCIB0
  2. bool "FPCIB0 Backplane Support"
  3. depends on TOSHIBA_RBTX4927
  4. if TOSHIBA_RBTX4938
  5. comment "Multiplex Pin Select"
  6. choice
  7. prompt "PIO[58:61]"
  8. default TOSHIBA_RBTX4938_MPLEX_PIO58_61
  9. config TOSHIBA_RBTX4938_MPLEX_PIO58_61
  10. bool "PIO"
  11. config TOSHIBA_RBTX4938_MPLEX_NAND
  12. bool "NAND"
  13. config TOSHIBA_RBTX4938_MPLEX_ATA
  14. bool "ATA"
  15. endchoice
  16. config TX4938_NAND_BOOT
  17. depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND
  18. bool "NAND Boot Support (EXPERIMENTAL)"
  19. help
  20. This is only for Toshiba RBTX4938 reference board, which has NAND IPL.
  21. Select this option if you need to use NAND boot.
  22. endif