Kconfig 8.8 KB

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