Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. menuconfig PPC_82xx
  2. bool "82xx-based boards (PQ II)"
  3. depends on 6xx
  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. config MGCOGE
  36. bool "Keymile MGCOGE"
  37. select 8272
  38. select 8260
  39. select FSL_SOC
  40. help
  41. This enables support for the Keymile MGCOGE board.
  42. endif
  43. config PQ2ADS
  44. bool
  45. default n
  46. config 8260
  47. bool
  48. depends on 6xx
  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