Kconfig 8.6 KB

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