Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. config FADS
  2. bool
  3. config CPM1
  4. bool
  5. select CPM
  6. choice
  7. prompt "8xx Machine Type"
  8. depends on PPC_8xx
  9. depends on 8xx
  10. default MPC885ADS
  11. config MPC8XXFADS
  12. bool "FADS"
  13. select FADS
  14. config MPC86XADS
  15. bool "MPC86XADS"
  16. select CPM1
  17. help
  18. MPC86x Application Development System by Freescale Semiconductor.
  19. The MPC86xADS is meant to serve as a platform for s/w and h/w
  20. development around the MPC86X processor families.
  21. config MPC885ADS
  22. bool "MPC885ADS"
  23. select CPM1
  24. help
  25. Freescale Semiconductor MPC885 Application Development System (ADS).
  26. Also known as DUET.
  27. The MPC885ADS is meant to serve as a platform for s/w and h/w
  28. development around the MPC885 processor family.
  29. config PPC_EP88XC
  30. bool "Embedded Planet EP88xC (a.k.a. CWH-PPC-885XN-VE)"
  31. select CPM1
  32. help
  33. This enables support for the Embedded Planet EP88xC board.
  34. This board is also resold by Freescale as the QUICCStart
  35. MPC885 Evaluation System and/or the CWH-PPC-885XN-VE.
  36. config PPC_ADDER875
  37. bool "Analogue & Micro Adder 875"
  38. select CPM1
  39. select REDBOOT
  40. help
  41. This enables support for the Analogue & Micro Adder 875
  42. board.
  43. config PPC_MGSUVD
  44. bool "MGSUVD"
  45. select CPM1
  46. help
  47. This enables support for the Keymile MGSUVD board.
  48. config TQM8XX
  49. bool "TQM8XX"
  50. select CPM1
  51. help
  52. support for the mpc8xx based boards from TQM.
  53. endchoice
  54. menu "Freescale Ethernet driver platform-specific options"
  55. depends on (FS_ENET && MPC885ADS)
  56. config MPC8xx_SECOND_ETH
  57. bool "Second Ethernet channel"
  58. depends on MPC885ADS
  59. default y
  60. help
  61. This enables support for second Ethernet on MPC885ADS and MPC86xADS boards.
  62. The latter will use SCC1, for 885ADS you can select it below.
  63. choice
  64. prompt "Second Ethernet channel"
  65. depends on MPC8xx_SECOND_ETH
  66. default MPC8xx_SECOND_ETH_FEC2
  67. config MPC8xx_SECOND_ETH_FEC2
  68. bool "FEC2"
  69. depends on MPC885ADS
  70. help
  71. Enable FEC2 to serve as 2-nd Ethernet channel. Note that SMC2
  72. (often 2-nd UART) will not work if this is enabled.
  73. config MPC8xx_SECOND_ETH_SCC3
  74. bool "SCC3"
  75. depends on MPC885ADS
  76. help
  77. Enable SCC3 to serve as 2-nd Ethernet channel. Note that SMC1
  78. (often 1-nd UART) will not work if this is enabled.
  79. endchoice
  80. endmenu
  81. #
  82. # MPC8xx Communication options
  83. #
  84. menu "MPC8xx CPM Options"
  85. depends on 8xx
  86. # This doesn't really belong here, but it is convenient to ask
  87. # 8xx specific questions.
  88. comment "Generic MPC8xx Options"
  89. config 8xx_COPYBACK
  90. bool "Copy-Back Data Cache (else Writethrough)"
  91. help
  92. Saying Y here will cause the cache on an MPC8xx processor to be used
  93. in Copy-Back mode. If you say N here, it is used in Writethrough
  94. mode.
  95. If in doubt, say Y here.
  96. config 8xx_GPIO
  97. bool "GPIO API Support"
  98. select GENERIC_GPIO
  99. select ARCH_REQUIRE_GPIOLIB
  100. help
  101. Saying Y here will cause the ports on an MPC8xx processor to be used
  102. with the GPIO API. If you say N here, the kernel needs less memory.
  103. If in doubt, say Y here.
  104. config 8xx_CPU6
  105. bool "CPU6 Silicon Errata (860 Pre Rev. C)"
  106. help
  107. MPC860 CPUs, prior to Rev C have some bugs in the silicon, which
  108. require workarounds for Linux (and most other OSes to work). If you
  109. get a BUG() very early in boot, this might fix the problem. For
  110. more details read the document entitled "MPC860 Family Device Errata
  111. Reference" on Freescale's website. This option also incurs a
  112. performance hit.
  113. If in doubt, say N here.
  114. config 8xx_CPU15
  115. bool "CPU15 Silicon Errata"
  116. default y
  117. help
  118. This enables a workaround for erratum CPU15 on MPC8xx chips.
  119. This bug can cause incorrect code execution under certain
  120. circumstances. This workaround adds some overhead (a TLB miss
  121. every time execution crosses a page boundary), and you may wish
  122. to disable it if you have worked around the bug in the compiler
  123. (by not placing conditional branches or branches to LR or CTR
  124. in the last word of a page, with a target of the last cache
  125. line in the next page), or if you have used some other
  126. workaround.
  127. If in doubt, say Y here.
  128. choice
  129. prompt "Microcode patch selection"
  130. default NO_UCODE_PATCH
  131. help
  132. Help not implemented yet, coming soon.
  133. config NO_UCODE_PATCH
  134. bool "None"
  135. config USB_SOF_UCODE_PATCH
  136. bool "USB SOF patch"
  137. help
  138. Help not implemented yet, coming soon.
  139. config I2C_SPI_UCODE_PATCH
  140. bool "I2C/SPI relocation patch"
  141. help
  142. Help not implemented yet, coming soon.
  143. config I2C_SPI_SMC1_UCODE_PATCH
  144. bool "I2C/SPI/SMC1 relocation patch"
  145. help
  146. Help not implemented yet, coming soon.
  147. endchoice
  148. config UCODE_PATCH
  149. bool
  150. default y
  151. depends on !NO_UCODE_PATCH
  152. endmenu