Kconfig 353 B

1234567891011121314151617181920
  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. help
  10. This option enables support for the MPC8641 HPCN board.
  11. endchoice
  12. config MPC8641
  13. bool
  14. select FSL_PCI if PCI
  15. select PPC_UDBG_16550
  16. select MPIC
  17. default y if MPC8641_HPCN