Kconfig 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. menu "TI OMAP/AM/DM/DRA Family"
  2. depends on ARCH_MULTI_V6 || ARCH_MULTI_V7
  3. config ARCH_OMAP2
  4. bool "TI OMAP2"
  5. depends on ARCH_MULTI_V6
  6. select ARCH_OMAP2PLUS
  7. select CPU_V6
  8. select SOC_HAS_OMAP2_SDRC
  9. config ARCH_OMAP3
  10. bool "TI OMAP3"
  11. depends on ARCH_MULTI_V7
  12. select ARCH_OMAP2PLUS
  13. select ARM_CPU_SUSPEND if PM
  14. select OMAP_INTERCONNECT
  15. select PM_OPP if PM
  16. select PM_RUNTIME if CPU_IDLE
  17. select SOC_HAS_OMAP2_SDRC
  18. config ARCH_OMAP4
  19. bool "TI OMAP4"
  20. depends on ARCH_MULTI_V7
  21. select ARCH_OMAP2PLUS
  22. select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
  23. select ARM_CPU_SUSPEND if PM
  24. select ARM_ERRATA_720789
  25. select ARM_GIC
  26. select HAVE_ARM_SCU if SMP
  27. select HAVE_ARM_TWD if SMP
  28. select OMAP_INTERCONNECT
  29. select PL310_ERRATA_588369 if CACHE_L2X0
  30. select PL310_ERRATA_727915 if CACHE_L2X0
  31. select PM_OPP if PM
  32. select PM_RUNTIME if CPU_IDLE
  33. select ARM_ERRATA_754322
  34. select ARM_ERRATA_775420
  35. config SOC_OMAP5
  36. bool "TI OMAP5"
  37. depends on ARCH_MULTI_V7
  38. select ARCH_OMAP2PLUS
  39. select ARM_CPU_SUSPEND if PM
  40. select ARM_GIC
  41. select HAVE_ARM_SCU if SMP
  42. select HAVE_ARM_TWD if SMP
  43. select HAVE_ARM_ARCH_TIMER
  44. select ARM_ERRATA_798181 if SMP
  45. config SOC_AM33XX
  46. bool "TI AM33XX"
  47. depends on ARCH_MULTI_V7
  48. select ARCH_OMAP2PLUS
  49. select ARM_CPU_SUSPEND if PM
  50. config SOC_AM43XX
  51. bool "TI AM43x"
  52. depends on ARCH_MULTI_V7
  53. select ARCH_OMAP2PLUS
  54. select ARM_GIC
  55. select MACH_OMAP_GENERIC
  56. select MIGHT_HAVE_CACHE_L2X0
  57. config SOC_DRA7XX
  58. bool "TI DRA7XX"
  59. depends on ARCH_MULTI_V7
  60. select ARCH_OMAP2PLUS
  61. select ARM_CPU_SUSPEND if PM
  62. select ARM_GIC
  63. select HAVE_ARM_ARCH_TIMER
  64. select IRQ_CROSSBAR
  65. config ARCH_OMAP2PLUS
  66. bool
  67. select ARCH_HAS_BANDGAP
  68. select ARCH_HAS_HOLES_MEMORYMODEL
  69. select ARCH_OMAP
  70. select ARCH_REQUIRE_GPIOLIB
  71. select CLKSRC_MMIO
  72. select GENERIC_IRQ_CHIP
  73. select MACH_OMAP_GENERIC
  74. select OMAP_DM_TIMER
  75. select PINCTRL
  76. select SOC_BUS
  77. select TI_PRIV_EDMA
  78. select OMAP_IRQCHIP
  79. help
  80. Systems based on OMAP2, OMAP3, OMAP4 or OMAP5
  81. if ARCH_OMAP2PLUS
  82. menu "TI OMAP2/3/4 Specific Features"
  83. config ARCH_OMAP2PLUS_TYPICAL
  84. bool "Typical OMAP configuration"
  85. default y
  86. select AEABI
  87. select HIGHMEM
  88. select I2C
  89. select I2C_OMAP
  90. select MENELAUS if ARCH_OMAP2
  91. select NEON if CPU_V7
  92. select PM_RUNTIME
  93. select REGULATOR
  94. select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
  95. select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
  96. select VFP
  97. help
  98. Compile a kernel suitable for booting most boards
  99. config SOC_HAS_OMAP2_SDRC
  100. bool "OMAP2 SDRAM Controller support"
  101. config SOC_HAS_REALTIME_COUNTER
  102. bool "Real time free running counter"
  103. depends on SOC_OMAP5 || SOC_DRA7XX
  104. default y
  105. comment "OMAP Core Type"
  106. depends on ARCH_OMAP2
  107. config SOC_OMAP2420
  108. bool "OMAP2420 support"
  109. depends on ARCH_OMAP2
  110. default y
  111. select OMAP_DM_TIMER
  112. select SOC_HAS_OMAP2_SDRC
  113. config SOC_OMAP2430
  114. bool "OMAP2430 support"
  115. depends on ARCH_OMAP2
  116. default y
  117. select SOC_HAS_OMAP2_SDRC
  118. config SOC_OMAP3430
  119. bool "OMAP3430 support"
  120. depends on ARCH_OMAP3
  121. default y
  122. select SOC_HAS_OMAP2_SDRC
  123. config SOC_TI81XX
  124. bool "TI81XX support"
  125. depends on ARCH_OMAP3
  126. default y
  127. config OMAP_PACKAGE_CBC
  128. bool
  129. config OMAP_PACKAGE_CBB
  130. bool
  131. config OMAP_PACKAGE_CUS
  132. bool
  133. config OMAP_PACKAGE_CBP
  134. bool
  135. comment "OMAP Legacy Platform Data Board Type"
  136. depends on ARCH_OMAP2PLUS
  137. config MACH_OMAP_GENERIC
  138. bool
  139. config MACH_OMAP2_TUSB6010
  140. bool
  141. depends on ARCH_OMAP2 && SOC_OMAP2420
  142. default y if MACH_NOKIA_N8X0
  143. config MACH_OMAP3_BEAGLE
  144. bool "OMAP3 BEAGLE board"
  145. depends on ARCH_OMAP3
  146. default y
  147. select OMAP_PACKAGE_CBB
  148. config MACH_DEVKIT8000
  149. bool "DEVKIT8000 board"
  150. depends on ARCH_OMAP3
  151. default y
  152. select OMAP_PACKAGE_CUS
  153. config MACH_OMAP_LDP
  154. bool "OMAP3 LDP board"
  155. depends on ARCH_OMAP3
  156. default y
  157. select OMAP_PACKAGE_CBB
  158. config MACH_OMAP3530_LV_SOM
  159. bool "OMAP3 Logic 3530 LV SOM board"
  160. depends on ARCH_OMAP3
  161. default y
  162. select OMAP_PACKAGE_CBB
  163. help
  164. Support for the LogicPD OMAP3530 SOM Development kit
  165. for full description please see the products webpage at
  166. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  167. config MACH_OMAP3_TORPEDO
  168. bool "OMAP3 Logic 35x Torpedo board"
  169. depends on ARCH_OMAP3
  170. default y
  171. select OMAP_PACKAGE_CBB
  172. help
  173. Support for the LogicPD OMAP35x Torpedo Development kit
  174. for full description please see the products webpage at
  175. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  176. config MACH_OVERO
  177. bool "Gumstix Overo board"
  178. depends on ARCH_OMAP3
  179. default y
  180. select OMAP_PACKAGE_CBB
  181. config MACH_OMAP3517EVM
  182. bool "OMAP3517/ AM3517 EVM board"
  183. depends on ARCH_OMAP3
  184. default y
  185. select OMAP_PACKAGE_CBB
  186. config MACH_CRANEBOARD
  187. bool "AM3517/05 CRANE board"
  188. depends on ARCH_OMAP3
  189. select OMAP_PACKAGE_CBB
  190. config MACH_OMAP3_PANDORA
  191. bool "OMAP3 Pandora"
  192. depends on ARCH_OMAP3
  193. default y
  194. select OMAP_PACKAGE_CBB
  195. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  196. config MACH_TOUCHBOOK
  197. bool "OMAP3 Touch Book"
  198. depends on ARCH_OMAP3
  199. default y
  200. select OMAP_PACKAGE_CBB
  201. config MACH_OMAP_3430SDP
  202. bool "OMAP 3430 SDP board"
  203. depends on ARCH_OMAP3
  204. default y
  205. select OMAP_PACKAGE_CBB
  206. config MACH_NOKIA_N810
  207. bool
  208. config MACH_NOKIA_N810_WIMAX
  209. bool
  210. config MACH_NOKIA_N8X0
  211. bool "Nokia N800/N810"
  212. depends on SOC_OMAP2420
  213. default y
  214. select MACH_NOKIA_N810
  215. select MACH_NOKIA_N810_WIMAX
  216. config MACH_NOKIA_RX51
  217. bool "Nokia N900 (RX-51) phone"
  218. depends on ARCH_OMAP3
  219. default y
  220. select OMAP_PACKAGE_CBB
  221. config MACH_CM_T35
  222. bool "CompuLab CM-T35/CM-T3730 modules"
  223. depends on ARCH_OMAP3
  224. default y
  225. select MACH_CM_T3730
  226. select OMAP_PACKAGE_CUS
  227. config MACH_CM_T3517
  228. bool "CompuLab CM-T3517 module"
  229. depends on ARCH_OMAP3
  230. default y
  231. select OMAP_PACKAGE_CBB
  232. config MACH_CM_T3730
  233. bool
  234. config MACH_SBC3530
  235. bool "OMAP3 SBC STALKER board"
  236. depends on ARCH_OMAP3
  237. default y
  238. select OMAP_PACKAGE_CUS
  239. config MACH_TI8168EVM
  240. bool "TI8168 Evaluation Module"
  241. depends on SOC_TI81XX
  242. default y
  243. config MACH_TI8148EVM
  244. bool "TI8148 Evaluation Module"
  245. depends on SOC_TI81XX
  246. default y
  247. config OMAP3_EMU
  248. bool "OMAP3 debugging peripherals"
  249. depends on ARCH_OMAP3
  250. select ARM_AMBA
  251. select OC_ETM
  252. help
  253. Say Y here to enable debugging hardware of omap3
  254. config OMAP3_SDRC_AC_TIMING
  255. bool "Enable SDRC AC timing register changes"
  256. depends on ARCH_OMAP3
  257. default n
  258. help
  259. If you know that none of your system initiators will attempt to
  260. access SDRAM during CORE DVFS, select Y here. This should boost
  261. SDRAM performance at lower CORE OPPs. There are relatively few
  262. users who will wish to say yes at this point - almost everyone will
  263. wish to say no. Selecting yes without understanding what is
  264. going on could result in system crashes;
  265. config OMAP4_ERRATA_I688
  266. bool "OMAP4 errata: Async Bridge Corruption"
  267. depends on (ARCH_OMAP4 || SOC_OMAP5) && !ARCH_MULTIPLATFORM
  268. select ARCH_HAS_BARRIERS
  269. help
  270. If a data is stalled inside asynchronous bridge because of back
  271. pressure, it may be accepted multiple times, creating pointer
  272. misalignment that will corrupt next transfers on that data path
  273. until next reset of the system (No recovery procedure once the
  274. issue is hit, the path remains consistently broken). Async bridge
  275. can be found on path between MPU to EMIF and MPU to L3 interconnect.
  276. This situation can happen only when the idle is initiated by a
  277. Master Request Disconnection (which is trigged by software when
  278. executing WFI on CPU).
  279. The work-around for this errata needs all the initiators connected
  280. through async bridge must ensure that data path is properly drained
  281. before issuing WFI. This condition will be met if one Strongly ordered
  282. access is performed to the target right before executing the WFI.
  283. In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
  284. IO barrier ensure that there is no synchronisation loss on initiators
  285. operating on both interconnect port simultaneously.
  286. endmenu
  287. endif
  288. endmenu