Kconfig 9.8 KB

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