Kconfig 9.5 KB

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