Kconfig 9.1 KB

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