Kconfig 9.6 KB

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