Kconfig 380 B

123456789101112131415161718192021
  1. choice
  2. prompt "Machine 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. help
  10. This option enables support for the MPC8641 HPCN board.
  11. endchoice
  12. config MPC8641
  13. bool
  14. select PPC_INDIRECT_PCI
  15. select PPC_INDIRECT_PCI_BE
  16. select PPC_UDBG_16550
  17. select MPIC
  18. default y if MPC8641_HPCN