Kconfig 8.5 KB

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