Kconfig 373 B

123456789101112131415161718192021
  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. endchoice
  13. config MPC8641
  14. bool
  15. select FSL_PCI if PCI
  16. select PPC_UDBG_16550
  17. select MPIC
  18. default y if MPC8641_HPCN