Kconfig 967 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. choice
  2. prompt "82xx Board Type"
  3. depends on PPC_82xx
  4. default MPC8272_ADS
  5. config MPC8272_ADS
  6. bool "Freescale MPC8272 ADS"
  7. select DEFAULT_UIMAGE
  8. select PQ2ADS
  9. select 8272
  10. select 8260
  11. select FSL_SOC
  12. select PQ2_ADS_PCI_PIC if PCI
  13. select PPC_CPM_NEW_BINDING
  14. help
  15. This option enables support for the MPC8272 ADS board
  16. config PQ2FADS
  17. bool "Freescale PQ2FADS"
  18. select DEFAULT_UIMAGE
  19. select PQ2ADS
  20. select 8260
  21. select FSL_SOC
  22. select PQ2_ADS_PCI_PIC if PCI
  23. select PPC_CPM_NEW_BINDING
  24. help
  25. This option enables support for the PQ2FADS board
  26. endchoice
  27. config PQ2ADS
  28. bool
  29. default n
  30. config 8260
  31. bool
  32. depends on 6xx
  33. select CPM2
  34. help
  35. The MPC8260 is a typical embedded CPU made by Freescale. Selecting
  36. this option means that you wish to build a kernel for a machine with
  37. an 8260 class CPU.
  38. config 8272
  39. bool
  40. select 8260
  41. help
  42. The MPC8272 CPM has a different internal dpram setup than other CPM2
  43. devices
  44. config PQ2_ADS_PCI_PIC
  45. bool