Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. 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 MDIO_BITBANG
  30. help
  31. This enables support for the Embedded Planet EP8248E board.
  32. This board is also resold by Freescale as the QUICCStart
  33. MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE.
  34. endchoice
  35. config PQ2ADS
  36. bool
  37. default n
  38. config 8260
  39. bool
  40. depends on 6xx
  41. select CPM2
  42. help
  43. The MPC8260 is a typical embedded CPU made by Freescale. Selecting
  44. this option means that you wish to build a kernel for a machine with
  45. an 8260 class CPU.
  46. config 8272
  47. bool
  48. select 8260
  49. help
  50. The MPC8272 CPM has a different internal dpram setup than other CPM2
  51. devices
  52. config PQ2_ADS_PCI_PIC
  53. bool