Kconfig 9.5 KB

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