Kconfig 9.5 KB

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