Kconfig 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. if ARCH_OMAP2PLUS
  2. menu "TI OMAP2/3/4 Specific Features"
  3. config ARCH_OMAP2PLUS_TYPICAL
  4. bool "Typical OMAP configuration"
  5. default y
  6. select AEABI
  7. select REGULATOR
  8. select PM_RUNTIME
  9. select VFP
  10. select NEON if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
  11. select SERIAL_OMAP
  12. select SERIAL_OMAP_CONSOLE
  13. select I2C
  14. select I2C_OMAP
  15. select MENELAUS if ARCH_OMAP2
  16. select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
  17. select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
  18. select HIGHMEM
  19. help
  20. Compile a kernel suitable for booting most boards
  21. config SOC_HAS_OMAP2_SDRC
  22. bool "OMAP2 SDRAM Controller support"
  23. config ARCH_OMAP2
  24. bool "TI OMAP2"
  25. depends on ARCH_OMAP2PLUS
  26. default y
  27. select CPU_V6
  28. select MULTI_IRQ_HANDLER
  29. select SOC_HAS_OMAP2_SDRC
  30. config ARCH_OMAP3
  31. bool "TI OMAP3"
  32. depends on ARCH_OMAP2PLUS
  33. default y
  34. select CPU_V7
  35. select USB_ARCH_HAS_EHCI if USB_SUPPORT
  36. select ARCH_HAS_OPP
  37. select PM_RUNTIME if CPU_IDLE
  38. select PM_OPP if PM
  39. select ARM_CPU_SUSPEND if PM
  40. select MULTI_IRQ_HANDLER
  41. select SOC_HAS_OMAP2_SDRC
  42. config ARCH_OMAP4
  43. bool "TI OMAP4"
  44. default y
  45. depends on ARCH_OMAP2PLUS
  46. select CACHE_L2X0
  47. select CPU_V7
  48. select ARM_GIC
  49. select HAVE_SMP
  50. select LOCAL_TIMERS if SMP
  51. select PL310_ERRATA_588369
  52. select PL310_ERRATA_727915
  53. select ARM_ERRATA_720789
  54. select ARCH_HAS_OPP
  55. select PM_RUNTIME if CPU_IDLE
  56. select PM_OPP if PM
  57. select USB_ARCH_HAS_EHCI if USB_SUPPORT
  58. select ARM_CPU_SUSPEND if PM
  59. select ARCH_NEEDS_CPU_IDLE_COUPLED
  60. config SOC_OMAP5
  61. bool "TI OMAP5"
  62. select CPU_V7
  63. select ARM_GIC
  64. select HAVE_SMP
  65. comment "OMAP Core Type"
  66. depends on ARCH_OMAP2
  67. config SOC_OMAP2420
  68. bool "OMAP2420 support"
  69. depends on ARCH_OMAP2
  70. default y
  71. select OMAP_DM_TIMER
  72. select SOC_HAS_OMAP2_SDRC
  73. config SOC_OMAP2430
  74. bool "OMAP2430 support"
  75. depends on ARCH_OMAP2
  76. default y
  77. select SOC_HAS_OMAP2_SDRC
  78. config SOC_OMAP3430
  79. bool "OMAP3430 support"
  80. depends on ARCH_OMAP3
  81. default y
  82. select SOC_HAS_OMAP2_SDRC
  83. config SOC_TI81XX
  84. bool "TI81XX support"
  85. depends on ARCH_OMAP3
  86. default y
  87. config SOC_AM33XX
  88. bool "AM33XX support"
  89. default y
  90. select CPU_V7
  91. select ARM_CPU_SUSPEND if PM
  92. select MULTI_IRQ_HANDLER
  93. config OMAP_PACKAGE_ZAF
  94. bool
  95. config OMAP_PACKAGE_ZAC
  96. bool
  97. config OMAP_PACKAGE_CBC
  98. bool
  99. config OMAP_PACKAGE_CBB
  100. bool
  101. config OMAP_PACKAGE_CUS
  102. bool
  103. config OMAP_PACKAGE_CBP
  104. bool
  105. config OMAP_PACKAGE_CBL
  106. bool
  107. config OMAP_PACKAGE_CBS
  108. bool
  109. comment "OMAP Board Type"
  110. depends on ARCH_OMAP2PLUS
  111. config MACH_OMAP_GENERIC
  112. bool "Generic OMAP2+ board"
  113. depends on ARCH_OMAP2PLUS
  114. default y
  115. help
  116. Support for generic TI OMAP2+ boards using Flattened Device Tree.
  117. More information at Documentation/devicetree
  118. config MACH_OMAP2_TUSB6010
  119. bool
  120. depends on ARCH_OMAP2 && SOC_OMAP2420
  121. default y if MACH_NOKIA_N8X0
  122. config MACH_OMAP_H4
  123. bool "OMAP 2420 H4 board"
  124. depends on SOC_OMAP2420
  125. default y
  126. select OMAP_PACKAGE_ZAF
  127. select OMAP_DEBUG_DEVICES
  128. config MACH_OMAP_APOLLON
  129. bool "OMAP 2420 Apollon board"
  130. depends on SOC_OMAP2420
  131. default y
  132. select OMAP_PACKAGE_ZAC
  133. config MACH_OMAP_2430SDP
  134. bool "OMAP 2430 SDP board"
  135. depends on SOC_OMAP2430
  136. default y
  137. select OMAP_PACKAGE_ZAC
  138. config MACH_OMAP3_BEAGLE
  139. bool "OMAP3 BEAGLE board"
  140. depends on ARCH_OMAP3
  141. default y
  142. select OMAP_PACKAGE_CBB
  143. config MACH_DEVKIT8000
  144. bool "DEVKIT8000 board"
  145. depends on ARCH_OMAP3
  146. default y
  147. select OMAP_PACKAGE_CUS
  148. config MACH_OMAP_LDP
  149. bool "OMAP3 LDP board"
  150. depends on ARCH_OMAP3
  151. default y
  152. select OMAP_PACKAGE_CBB
  153. config MACH_OMAP3530_LV_SOM
  154. bool "OMAP3 Logic 3530 LV SOM board"
  155. depends on ARCH_OMAP3
  156. select OMAP_PACKAGE_CBB
  157. default y
  158. help
  159. Support for the LogicPD OMAP3530 SOM Development kit
  160. for full description please see the products webpage at
  161. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  162. config MACH_OMAP3_TORPEDO
  163. bool "OMAP3 Logic 35x Torpedo board"
  164. depends on ARCH_OMAP3
  165. select OMAP_PACKAGE_CBB
  166. default y
  167. help
  168. Support for the LogicPD OMAP35x Torpedo Development kit
  169. for full description please see the products webpage at
  170. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  171. config MACH_OVERO
  172. bool "Gumstix Overo board"
  173. depends on ARCH_OMAP3
  174. default y
  175. select OMAP_PACKAGE_CBB
  176. config MACH_OMAP3EVM
  177. bool "OMAP 3530 EVM 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_OMAP3_TOUCHBOOK
  197. bool "OMAP3 Touch Book"
  198. depends on ARCH_OMAP3
  199. default y
  200. config MACH_OMAP_3430SDP
  201. bool "OMAP 3430 SDP board"
  202. depends on ARCH_OMAP3
  203. default y
  204. select OMAP_PACKAGE_CBB
  205. config MACH_NOKIA_N800
  206. bool
  207. config MACH_NOKIA_N810
  208. bool
  209. config MACH_NOKIA_N810_WIMAX
  210. bool
  211. config MACH_NOKIA_N8X0
  212. bool "Nokia N800/N810"
  213. depends on SOC_OMAP2420
  214. default y
  215. select OMAP_PACKAGE_ZAC
  216. select MACH_NOKIA_N800
  217. select MACH_NOKIA_N810
  218. select MACH_NOKIA_N810_WIMAX
  219. config MACH_NOKIA_RM680
  220. bool "Nokia RM-680/696 board"
  221. depends on ARCH_OMAP3
  222. default y
  223. select OMAP_PACKAGE_CBB
  224. select MACH_NOKIA_RM696
  225. config MACH_NOKIA_RX51
  226. bool "Nokia RX-51 board"
  227. depends on ARCH_OMAP3
  228. default y
  229. select OMAP_PACKAGE_CBB
  230. config MACH_OMAP_ZOOM2
  231. bool "OMAP3 Zoom2 board"
  232. depends on ARCH_OMAP3
  233. default y
  234. select OMAP_PACKAGE_CBB
  235. select SERIAL_8250
  236. select SERIAL_CORE_CONSOLE
  237. select SERIAL_8250_CONSOLE
  238. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  239. config MACH_OMAP_ZOOM3
  240. bool "OMAP3630 Zoom3 board"
  241. depends on ARCH_OMAP3
  242. default y
  243. select OMAP_PACKAGE_CBP
  244. select SERIAL_8250
  245. select SERIAL_CORE_CONSOLE
  246. select SERIAL_8250_CONSOLE
  247. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  248. config MACH_CM_T35
  249. bool "CompuLab CM-T35/CM-T3730 modules"
  250. depends on ARCH_OMAP3
  251. default y
  252. select MACH_CM_T3730
  253. select OMAP_PACKAGE_CUS
  254. config MACH_CM_T3517
  255. bool "CompuLab CM-T3517 module"
  256. depends on ARCH_OMAP3
  257. default y
  258. select OMAP_PACKAGE_CBB
  259. config MACH_CM_T3730
  260. bool
  261. config MACH_IGEP0020
  262. bool "IGEP v2 board"
  263. depends on ARCH_OMAP3
  264. default y
  265. select OMAP_PACKAGE_CBB
  266. config MACH_IGEP0030
  267. bool "IGEP OMAP3 module"
  268. depends on ARCH_OMAP3
  269. default y
  270. select OMAP_PACKAGE_CBB
  271. select MACH_IGEP0020
  272. config MACH_SBC3530
  273. bool "OMAP3 SBC STALKER board"
  274. depends on ARCH_OMAP3
  275. default y
  276. select OMAP_PACKAGE_CUS
  277. config MACH_OMAP_3630SDP
  278. bool "OMAP3630 SDP board"
  279. depends on ARCH_OMAP3
  280. default y
  281. select OMAP_PACKAGE_CBP
  282. config MACH_TI8168EVM
  283. bool "TI8168 Evaluation Module"
  284. depends on SOC_TI81XX
  285. default y
  286. config MACH_TI8148EVM
  287. bool "TI8148 Evaluation Module"
  288. depends on SOC_TI81XX
  289. default y
  290. config MACH_OMAP_4430SDP
  291. bool "OMAP 4430 SDP board"
  292. default y
  293. depends on ARCH_OMAP4
  294. select OMAP_PACKAGE_CBL
  295. select OMAP_PACKAGE_CBS
  296. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  297. config MACH_OMAP4_PANDA
  298. bool "OMAP4 Panda Board"
  299. default y
  300. depends on ARCH_OMAP4
  301. select OMAP_PACKAGE_CBL
  302. select OMAP_PACKAGE_CBS
  303. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  304. config OMAP3_EMU
  305. bool "OMAP3 debugging peripherals"
  306. depends on ARCH_OMAP3
  307. select ARM_AMBA
  308. select OC_ETM
  309. help
  310. Say Y here to enable debugging hardware of omap3
  311. config OMAP3_SDRC_AC_TIMING
  312. bool "Enable SDRC AC timing register changes"
  313. depends on ARCH_OMAP3
  314. default n
  315. help
  316. If you know that none of your system initiators will attempt to
  317. access SDRAM during CORE DVFS, select Y here. This should boost
  318. SDRAM performance at lower CORE OPPs. There are relatively few
  319. users who will wish to say yes at this point - almost everyone will
  320. wish to say no. Selecting yes without understanding what is
  321. going on could result in system crashes;
  322. config OMAP4_ERRATA_I688
  323. bool "OMAP4 errata: Async Bridge Corruption"
  324. depends on ARCH_OMAP4
  325. select ARCH_HAS_BARRIERS
  326. help
  327. If a data is stalled inside asynchronous bridge because of back
  328. pressure, it may be accepted multiple times, creating pointer
  329. misalignment that will corrupt next transfers on that data path
  330. until next reset of the system (No recovery procedure once the
  331. issue is hit, the path remains consistently broken). Async bridge
  332. can be found on path between MPU to EMIF and MPU to L3 interconnect.
  333. This situation can happen only when the idle is initiated by a
  334. Master Request Disconnection (which is trigged by software when
  335. executing WFI on CPU).
  336. The work-around for this errata needs all the initiators connected
  337. through async bridge must ensure that data path is properly drained
  338. before issuing WFI. This condition will be met if one Strongly ordered
  339. access is performed to the target right before executing the WFI.
  340. In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
  341. IO barrier ensure that there is no synchronisation loss on initiators
  342. operating on both interconnect port simultaneously.
  343. endmenu
  344. endif