Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # SPDX-License-Identifier: GPL-2.0
  2. menuconfig PPC_82xx
  3. bool "82xx-based boards (PQ II)"
  4. depends on PPC_BOOK3S_32
  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. config 8260
  47. bool
  48. depends on PPC_BOOK3S_32
  49. select CPM2
  50. help
  51. The MPC8260 is a typical embedded CPU made by Freescale. Selecting
  52. this option means that you wish to build a kernel for a machine with
  53. an 8260 class CPU.
  54. config 8272
  55. bool
  56. select 8260
  57. help
  58. The MPC8272 CPM has a different internal dpram setup than other CPM2
  59. devices
  60. config PQ2_ADS_PCI_PIC
  61. bool