Kconfig 766 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. choice
  2. prompt "86xx Board Type"
  3. depends on PPC_86xx
  4. default MPC8641_HPCN
  5. config MPC8641_HPCN
  6. bool "Freescale MPC8641 HPCN"
  7. select PPC_I8259
  8. select DEFAULT_UIMAGE
  9. select FSL_ULI1575
  10. help
  11. This option enables support for the MPC8641 HPCN board.
  12. config SBC8641D
  13. bool "Wind River SBC8641D"
  14. select DEFAULT_UIMAGE
  15. help
  16. This option enables support for the WRS SBC8641D board.
  17. config MPC8610_HPCD
  18. bool "Freescale MPC8610 HPCD"
  19. select DEFAULT_UIMAGE
  20. help
  21. This option enables support for the MPC8610 HPCD board.
  22. endchoice
  23. config MPC8641
  24. bool
  25. select FSL_PCI if PCI
  26. select PPC_UDBG_16550
  27. select MPIC
  28. default y if MPC8641_HPCN || SBC8641D
  29. config MPC8610
  30. bool
  31. select FSL_PCI if PCI
  32. select PPC_UDBG_16550
  33. select MPIC
  34. default y if MPC8610_HPCD