Kconfig 740 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. endchoice
  17. config PQ2ADS
  18. bool
  19. default n
  20. config 8260
  21. bool
  22. depends on 6xx
  23. select CPM2
  24. help
  25. The MPC8260 is a typical embedded CPU made by Freescale. Selecting
  26. this option means that you wish to build a kernel for a machine with
  27. an 8260 class CPU.
  28. config 8272
  29. bool
  30. select 8260
  31. help
  32. The MPC8272 CPM has a different internal dpram setup than other CPM2
  33. devices
  34. config PQ2_ADS_PCI_PIC
  35. bool