Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # SPDX-License-Identifier: GPL-2.0
  2. menuconfig PPC_82xx
  3. bool "82xx-based boards (PQ II)"
  4. depends on 6xx
  5. if PPC_82xx
  6. config MPC8272_ADS
  7. bool "Freescale MPC8272 ADS"
  8. select DEFAULT_UIMAGE
  9. select PQ2ADS
  10. select 8272
  11. select 8260
  12. select FSL_SOC
  13. select PQ2_ADS_PCI_PIC if PCI
  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. help
  24. This option enables support for the PQ2FADS board
  25. config EP8248E
  26. bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
  27. select 8272
  28. select 8260
  29. select FSL_SOC
  30. select PHYLIB if NETDEVICES
  31. select MDIO_BITBANG if PHYLIB
  32. help
  33. This enables support for the Embedded Planet EP8248E board.
  34. This board is also resold by Freescale as the QUICCStart
  35. MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE.
  36. config MGCOGE
  37. bool "Keymile MGCOGE"
  38. select 8272
  39. select 8260
  40. select FSL_SOC
  41. help
  42. This enables support for the Keymile MGCOGE board.
  43. endif
  44. config PQ2ADS
  45. bool
  46. default n
  47. config 8260
  48. bool
  49. depends on 6xx
  50. select CPM2
  51. help
  52. The MPC8260 is a typical embedded CPU made by Freescale. Selecting
  53. this option means that you wish to build a kernel for a machine with
  54. an 8260 class CPU.
  55. config 8272
  56. bool
  57. select 8260
  58. help
  59. The MPC8272 CPM has a different internal dpram setup than other CPM2
  60. devices
  61. config PQ2_ADS_PCI_PIC
  62. bool