Kconfig 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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_CPU_SUSPEND if PM
  92. select ARM_GIC
  93. select CPU_V7
  94. select HAVE_SMP
  95. select COMMON_CLK
  96. select HAVE_ARM_ARCH_TIMER
  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_2430SDP
  162. bool "OMAP 2430 SDP board"
  163. depends on SOC_OMAP2430
  164. default y
  165. select OMAP_PACKAGE_ZAC
  166. config MACH_OMAP3_BEAGLE
  167. bool "OMAP3 BEAGLE board"
  168. depends on ARCH_OMAP3
  169. default y
  170. select OMAP_PACKAGE_CBB
  171. config MACH_DEVKIT8000
  172. bool "DEVKIT8000 board"
  173. depends on ARCH_OMAP3
  174. default y
  175. select OMAP_PACKAGE_CUS
  176. config MACH_OMAP_LDP
  177. bool "OMAP3 LDP board"
  178. depends on ARCH_OMAP3
  179. default y
  180. select OMAP_PACKAGE_CBB
  181. config MACH_OMAP3530_LV_SOM
  182. bool "OMAP3 Logic 3530 LV SOM board"
  183. depends on ARCH_OMAP3
  184. default y
  185. select OMAP_PACKAGE_CBB
  186. help
  187. Support for the LogicPD OMAP3530 SOM Development kit
  188. for full description please see the products webpage at
  189. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  190. config MACH_OMAP3_TORPEDO
  191. bool "OMAP3 Logic 35x Torpedo board"
  192. depends on ARCH_OMAP3
  193. default y
  194. select OMAP_PACKAGE_CBB
  195. help
  196. Support for the LogicPD OMAP35x Torpedo Development kit
  197. for full description please see the products webpage at
  198. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  199. config MACH_OVERO
  200. bool "Gumstix Overo board"
  201. depends on ARCH_OMAP3
  202. default y
  203. select OMAP_PACKAGE_CBB
  204. config MACH_OMAP3EVM
  205. bool "OMAP 3530 EVM board"
  206. depends on ARCH_OMAP3
  207. default y
  208. select OMAP_PACKAGE_CBB
  209. config MACH_OMAP3517EVM
  210. bool "OMAP3517/ AM3517 EVM board"
  211. depends on ARCH_OMAP3
  212. default y
  213. select OMAP_PACKAGE_CBB
  214. config MACH_CRANEBOARD
  215. bool "AM3517/05 CRANE board"
  216. depends on ARCH_OMAP3
  217. select OMAP_PACKAGE_CBB
  218. config MACH_OMAP3_PANDORA
  219. bool "OMAP3 Pandora"
  220. depends on ARCH_OMAP3
  221. default y
  222. select OMAP_PACKAGE_CBB
  223. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  224. config MACH_TOUCHBOOK
  225. bool "OMAP3 Touch Book"
  226. depends on ARCH_OMAP3
  227. default y
  228. select OMAP_PACKAGE_CBB
  229. config MACH_OMAP_3430SDP
  230. bool "OMAP 3430 SDP board"
  231. depends on ARCH_OMAP3
  232. default y
  233. select OMAP_PACKAGE_CBB
  234. config MACH_NOKIA_N800
  235. bool
  236. config MACH_NOKIA_N810
  237. bool
  238. config MACH_NOKIA_N810_WIMAX
  239. bool
  240. config MACH_NOKIA_N8X0
  241. bool "Nokia N800/N810"
  242. depends on SOC_OMAP2420
  243. default y
  244. select MACH_NOKIA_N800
  245. select MACH_NOKIA_N810
  246. select MACH_NOKIA_N810_WIMAX
  247. select OMAP_PACKAGE_ZAC
  248. config MACH_NOKIA_RM680
  249. bool "Nokia N950 (RM-680) / N9 (RM-696) phones"
  250. depends on ARCH_OMAP3
  251. default y
  252. select MACH_NOKIA_RM696
  253. select OMAP_PACKAGE_CBB
  254. config MACH_NOKIA_RX51
  255. bool "Nokia N900 (RX-51) phone"
  256. depends on ARCH_OMAP3
  257. default y
  258. select OMAP_PACKAGE_CBB
  259. config MACH_OMAP_ZOOM2
  260. bool "OMAP3 Zoom2 board"
  261. depends on ARCH_OMAP3
  262. default y
  263. select OMAP_PACKAGE_CBB
  264. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  265. config MACH_OMAP_ZOOM3
  266. bool "OMAP3630 Zoom3 board"
  267. depends on ARCH_OMAP3
  268. default y
  269. select OMAP_PACKAGE_CBP
  270. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  271. config MACH_CM_T35
  272. bool "CompuLab CM-T35/CM-T3730 modules"
  273. depends on ARCH_OMAP3
  274. default y
  275. select MACH_CM_T3730
  276. select OMAP_PACKAGE_CUS
  277. config MACH_CM_T3517
  278. bool "CompuLab CM-T3517 module"
  279. depends on ARCH_OMAP3
  280. default y
  281. select OMAP_PACKAGE_CBB
  282. config MACH_CM_T3730
  283. bool
  284. config MACH_IGEP0020
  285. bool "IGEP v2 board"
  286. depends on ARCH_OMAP3
  287. default y
  288. select OMAP_PACKAGE_CBB
  289. config MACH_IGEP0030
  290. bool "IGEP OMAP3 module"
  291. depends on ARCH_OMAP3
  292. default y
  293. select MACH_IGEP0020
  294. select OMAP_PACKAGE_CBB
  295. config MACH_SBC3530
  296. bool "OMAP3 SBC STALKER board"
  297. depends on ARCH_OMAP3
  298. default y
  299. select OMAP_PACKAGE_CUS
  300. config MACH_OMAP_3630SDP
  301. bool "OMAP3630 SDP board"
  302. depends on ARCH_OMAP3
  303. default y
  304. select OMAP_PACKAGE_CBP
  305. config MACH_TI8168EVM
  306. bool "TI8168 Evaluation Module"
  307. depends on SOC_TI81XX
  308. default y
  309. config MACH_TI8148EVM
  310. bool "TI8148 Evaluation Module"
  311. depends on SOC_TI81XX
  312. default y
  313. config MACH_OMAP_4430SDP
  314. bool "OMAP 4430 SDP board"
  315. default y
  316. depends on ARCH_OMAP4
  317. select OMAP_PACKAGE_CBL
  318. select OMAP_PACKAGE_CBS
  319. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  320. config MACH_OMAP4_PANDA
  321. bool "OMAP4 Panda 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 OMAP3_EMU
  328. bool "OMAP3 debugging peripherals"
  329. depends on ARCH_OMAP3
  330. select ARM_AMBA
  331. select OC_ETM
  332. help
  333. Say Y here to enable debugging hardware of omap3
  334. config OMAP3_SDRC_AC_TIMING
  335. bool "Enable SDRC AC timing register changes"
  336. depends on ARCH_OMAP3
  337. default n
  338. help
  339. If you know that none of your system initiators will attempt to
  340. access SDRAM during CORE DVFS, select Y here. This should boost
  341. SDRAM performance at lower CORE OPPs. There are relatively few
  342. users who will wish to say yes at this point - almost everyone will
  343. wish to say no. Selecting yes without understanding what is
  344. going on could result in system crashes;
  345. config OMAP4_ERRATA_I688
  346. bool "OMAP4 errata: Async Bridge Corruption"
  347. depends on ARCH_OMAP4 && !ARCH_MULTIPLATFORM
  348. select ARCH_HAS_BARRIERS
  349. help
  350. If a data is stalled inside asynchronous bridge because of back
  351. pressure, it may be accepted multiple times, creating pointer
  352. misalignment that will corrupt next transfers on that data path
  353. until next reset of the system (No recovery procedure once the
  354. issue is hit, the path remains consistently broken). Async bridge
  355. can be found on path between MPU to EMIF and MPU to L3 interconnect.
  356. This situation can happen only when the idle is initiated by a
  357. Master Request Disconnection (which is trigged by software when
  358. executing WFI on CPU).
  359. The work-around for this errata needs all the initiators connected
  360. through async bridge must ensure that data path is properly drained
  361. before issuing WFI. This condition will be met if one Strongly ordered
  362. access is performed to the target right before executing the WFI.
  363. In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
  364. IO barrier ensure that there is no synchronisation loss on initiators
  365. operating on both interconnect port simultaneously.
  366. endmenu
  367. endif