Kconfig 786 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. select HAS_RAPIDIO
  11. help
  12. This option enables support for the MPC8641 HPCN board.
  13. config SBC8641D
  14. bool "Wind River SBC8641D"
  15. select DEFAULT_UIMAGE
  16. help
  17. This option enables support for the WRS SBC8641D board.
  18. config MPC8610_HPCD
  19. bool "Freescale MPC8610 HPCD"
  20. select DEFAULT_UIMAGE
  21. help
  22. This option enables support for the MPC8610 HPCD board.
  23. endchoice
  24. config MPC8641
  25. bool
  26. select FSL_PCI if PCI
  27. select PPC_UDBG_16550
  28. select MPIC
  29. default y if MPC8641_HPCN || SBC8641D
  30. config MPC8610
  31. bool
  32. select FSL_PCI if PCI
  33. select PPC_UDBG_16550
  34. select MPIC
  35. default y if MPC8610_HPCD