Kconfig 9.1 KB

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