Kconfig 1.3 KB

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