Kconfig 9.7 KB

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