Kconfig 9.2 KB

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