Kconfig 649 B

123456789101112131415161718192021222324252627282930313233343536
  1. choice
  2. prompt "82xx Board Type"
  3. depends on PPC_82xx
  4. default MPC82xx_ADS
  5. config MPC82xx_ADS
  6. bool "Freescale MPC82xx ADS"
  7. select DEFAULT_UIMAGE
  8. select PQ2ADS
  9. select 8272
  10. select 8260
  11. select FSL_SOC
  12. help
  13. This option enables support for the MPC8272 ADS board
  14. endchoice
  15. config PQ2ADS
  16. bool
  17. default n
  18. config 8260
  19. bool
  20. depends on 6xx
  21. select CPM2
  22. help
  23. The MPC8260 is a typical embedded CPU made by Freescale. Selecting
  24. this option means that you wish to build a kernel for a machine with
  25. an 8260 class CPU.
  26. config 8272
  27. bool
  28. select 8260
  29. help
  30. The MPC8272 CPM has a different internal dpram setup than other CPM2
  31. devices