Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. menuconfig PPC_82xx
  2. bool "82xx-based boards (PQ II)"
  3. depends on 6xx && PPC_MULTIPLATFORM
  4. if PPC_82xx
  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. help
  14. This option enables support for the MPC8272 ADS board
  15. config PQ2FADS
  16. bool "Freescale PQ2FADS"
  17. select DEFAULT_UIMAGE
  18. select PQ2ADS
  19. select 8260
  20. select FSL_SOC
  21. select PQ2_ADS_PCI_PIC if PCI
  22. help
  23. This option enables support for the PQ2FADS board
  24. config EP8248E
  25. bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
  26. select 8272
  27. select 8260
  28. select FSL_SOC
  29. select PHYLIB
  30. select MDIO_BITBANG
  31. help
  32. This enables support for the Embedded Planet EP8248E board.
  33. This board is also resold by Freescale as the QUICCStart
  34. MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE.
  35. endif
  36. config PQ2ADS
  37. bool
  38. default n
  39. config 8260
  40. bool
  41. depends on 6xx
  42. select CPM2
  43. help
  44. The MPC8260 is a typical embedded CPU made by Freescale. Selecting
  45. this option means that you wish to build a kernel for a machine with
  46. an 8260 class CPU.
  47. config 8272
  48. bool
  49. select 8260
  50. help
  51. The MPC8272 CPM has a different internal dpram setup than other CPM2
  52. devices
  53. config PQ2_ADS_PCI_PIC
  54. bool