Kconfig 9.8 KB

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