Kconfig 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. config ARCH_OMAP
  2. bool
  3. config ARCH_OMAP2
  4. bool "TI OMAP2"
  5. depends on ARCH_MULTI_V6
  6. select ARCH_OMAP2PLUS
  7. select CPU_V6
  8. select MULTI_IRQ_HANDLER
  9. select SOC_HAS_OMAP2_SDRC
  10. select COMMON_CLK
  11. config ARCH_OMAP3
  12. bool "TI OMAP3"
  13. depends on ARCH_MULTI_V7
  14. select ARCH_OMAP2PLUS
  15. select ARCH_HAS_OPP
  16. select ARM_CPU_SUSPEND if PM
  17. select CPU_V7
  18. select MULTI_IRQ_HANDLER
  19. select OMAP_INTERCONNECT
  20. select PM_OPP if PM
  21. select PM_RUNTIME if CPU_IDLE
  22. select SOC_HAS_OMAP2_SDRC
  23. select COMMON_CLK
  24. select USB_ARCH_HAS_EHCI if USB_SUPPORT
  25. config ARCH_OMAP4
  26. bool "TI OMAP4"
  27. depends on ARCH_MULTI_V7
  28. select ARCH_OMAP2PLUS
  29. select ARCH_HAS_OPP
  30. select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
  31. select ARM_CPU_SUSPEND if PM
  32. select ARM_ERRATA_720789
  33. select ARM_GIC
  34. select CACHE_L2X0
  35. select CPU_V7
  36. select HAVE_ARM_SCU if SMP
  37. select HAVE_ARM_TWD if LOCAL_TIMERS
  38. select HAVE_SMP
  39. select LOCAL_TIMERS if SMP
  40. select OMAP_INTERCONNECT
  41. select PL310_ERRATA_588369
  42. select PL310_ERRATA_727915
  43. select PM_OPP if PM
  44. select PM_RUNTIME if CPU_IDLE
  45. select USB_ARCH_HAS_EHCI if USB_SUPPORT
  46. select COMMON_CLK
  47. select ARM_ERRATA_754322
  48. select ARM_ERRATA_775420
  49. config SOC_OMAP5
  50. bool "TI OMAP5"
  51. depends on ARCH_MULTI_V7
  52. select ARCH_OMAP2PLUS
  53. select ARM_CPU_SUSPEND if PM
  54. select ARM_GIC
  55. select CPU_V7
  56. select HAVE_ARM_SCU if SMP
  57. select HAVE_ARM_TWD if LOCAL_TIMERS
  58. select HAVE_SMP
  59. select COMMON_CLK
  60. select HAVE_ARM_ARCH_TIMER
  61. config SOC_AM33XX
  62. bool "AM33XX support"
  63. depends on ARCH_MULTI_V7
  64. select ARCH_OMAP2PLUS
  65. select ARM_CPU_SUSPEND if PM
  66. select CPU_V7
  67. select MULTI_IRQ_HANDLER
  68. select COMMON_CLK
  69. config SOC_AM43XX
  70. bool "TI AM43x"
  71. depends on ARCH_MULTI_V7
  72. select CPU_V7
  73. select ARCH_OMAP2PLUS
  74. select MULTI_IRQ_HANDLER
  75. select ARM_GIC
  76. select COMMON_CLK
  77. select MACH_OMAP_GENERIC
  78. config ARCH_OMAP2PLUS
  79. bool
  80. select ARCH_HAS_BANDGAP
  81. select ARCH_HAS_CPUFREQ
  82. select ARCH_HAS_HOLES_MEMORYMODEL
  83. select ARCH_OMAP
  84. select ARCH_REQUIRE_GPIOLIB
  85. select CLKDEV_LOOKUP
  86. select CLKSRC_MMIO
  87. select GENERIC_CLOCKEVENTS
  88. select GENERIC_IRQ_CHIP
  89. select HAVE_CLK
  90. select OMAP_DM_TIMER
  91. select PINCTRL
  92. select PROC_DEVICETREE if PROC_FS
  93. select SOC_BUS
  94. select SPARSE_IRQ
  95. select TI_PRIV_EDMA
  96. select USE_OF
  97. help
  98. Systems based on OMAP2, OMAP3, OMAP4 or OMAP5
  99. if ARCH_OMAP2PLUS
  100. menu "TI OMAP2/3/4 Specific Features"
  101. config ARCH_OMAP2PLUS_TYPICAL
  102. bool "Typical OMAP configuration"
  103. default y
  104. select AEABI
  105. select HIGHMEM
  106. select I2C
  107. select I2C_OMAP
  108. select MENELAUS if ARCH_OMAP2
  109. select NEON if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
  110. select PM_RUNTIME
  111. select REGULATOR
  112. select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
  113. select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
  114. select VFP
  115. help
  116. Compile a kernel suitable for booting most boards
  117. config SOC_HAS_OMAP2_SDRC
  118. bool "OMAP2 SDRAM Controller support"
  119. config SOC_HAS_REALTIME_COUNTER
  120. bool "Real time free running counter"
  121. depends on SOC_OMAP5
  122. default y
  123. comment "OMAP Core Type"
  124. depends on ARCH_OMAP2
  125. config SOC_OMAP2420
  126. bool "OMAP2420 support"
  127. depends on ARCH_OMAP2
  128. default y
  129. select OMAP_DM_TIMER
  130. select SOC_HAS_OMAP2_SDRC
  131. config SOC_OMAP2430
  132. bool "OMAP2430 support"
  133. depends on ARCH_OMAP2
  134. default y
  135. select SOC_HAS_OMAP2_SDRC
  136. config SOC_OMAP3430
  137. bool "OMAP3430 support"
  138. depends on ARCH_OMAP3
  139. default y
  140. select SOC_HAS_OMAP2_SDRC
  141. config SOC_TI81XX
  142. bool "TI81XX support"
  143. depends on ARCH_OMAP3
  144. default y
  145. config OMAP_PACKAGE_ZAF
  146. bool
  147. config OMAP_PACKAGE_ZAC
  148. bool
  149. config OMAP_PACKAGE_CBC
  150. bool
  151. config OMAP_PACKAGE_CBB
  152. bool
  153. config OMAP_PACKAGE_CUS
  154. bool
  155. config OMAP_PACKAGE_CBP
  156. bool
  157. comment "OMAP Board Type"
  158. depends on ARCH_OMAP2PLUS
  159. config MACH_OMAP_GENERIC
  160. bool "Generic OMAP2+ board"
  161. depends on ARCH_OMAP2PLUS
  162. default y
  163. help
  164. Support for generic TI OMAP2+ boards using Flattened Device Tree.
  165. More information at Documentation/devicetree
  166. config MACH_OMAP2_TUSB6010
  167. bool
  168. depends on ARCH_OMAP2 && SOC_OMAP2420
  169. default y if MACH_NOKIA_N8X0
  170. config MACH_OMAP_H4
  171. bool "OMAP 2420 H4 board"
  172. depends on SOC_OMAP2420
  173. default y
  174. select OMAP_DEBUG_DEVICES
  175. select OMAP_PACKAGE_ZAF
  176. config MACH_OMAP_2430SDP
  177. bool "OMAP 2430 SDP board"
  178. depends on SOC_OMAP2430
  179. default y
  180. select OMAP_PACKAGE_ZAC
  181. config MACH_OMAP3_BEAGLE
  182. bool "OMAP3 BEAGLE board"
  183. depends on ARCH_OMAP3
  184. default y
  185. select OMAP_PACKAGE_CBB
  186. config MACH_DEVKIT8000
  187. bool "DEVKIT8000 board"
  188. depends on ARCH_OMAP3
  189. default y
  190. select OMAP_PACKAGE_CUS
  191. config MACH_OMAP_LDP
  192. bool "OMAP3 LDP board"
  193. depends on ARCH_OMAP3
  194. default y
  195. select OMAP_PACKAGE_CBB
  196. config MACH_OMAP3530_LV_SOM
  197. bool "OMAP3 Logic 3530 LV SOM board"
  198. depends on ARCH_OMAP3
  199. default y
  200. select OMAP_PACKAGE_CBB
  201. help
  202. Support for the LogicPD OMAP3530 SOM Development kit
  203. for full description please see the products webpage at
  204. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  205. config MACH_OMAP3_TORPEDO
  206. bool "OMAP3 Logic 35x Torpedo board"
  207. depends on ARCH_OMAP3
  208. default y
  209. select OMAP_PACKAGE_CBB
  210. help
  211. Support for the LogicPD OMAP35x Torpedo Development kit
  212. for full description please see the products webpage at
  213. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  214. config MACH_OVERO
  215. bool "Gumstix Overo board"
  216. depends on ARCH_OMAP3
  217. default y
  218. select OMAP_PACKAGE_CBB
  219. config MACH_OMAP3EVM
  220. bool "OMAP 3530 EVM board"
  221. depends on ARCH_OMAP3
  222. default y
  223. select OMAP_PACKAGE_CBB
  224. config MACH_OMAP3517EVM
  225. bool "OMAP3517/ AM3517 EVM board"
  226. depends on ARCH_OMAP3
  227. default y
  228. select OMAP_PACKAGE_CBB
  229. config MACH_CRANEBOARD
  230. bool "AM3517/05 CRANE board"
  231. depends on ARCH_OMAP3
  232. select OMAP_PACKAGE_CBB
  233. config MACH_OMAP3_PANDORA
  234. bool "OMAP3 Pandora"
  235. depends on ARCH_OMAP3
  236. default y
  237. select OMAP_PACKAGE_CBB
  238. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  239. config MACH_TOUCHBOOK
  240. bool "OMAP3 Touch Book"
  241. depends on ARCH_OMAP3
  242. default y
  243. select OMAP_PACKAGE_CBB
  244. config MACH_OMAP_3430SDP
  245. bool "OMAP 3430 SDP board"
  246. depends on ARCH_OMAP3
  247. default y
  248. select OMAP_PACKAGE_CBB
  249. config MACH_NOKIA_N800
  250. bool
  251. config MACH_NOKIA_N810
  252. bool
  253. config MACH_NOKIA_N810_WIMAX
  254. bool
  255. config MACH_NOKIA_N8X0
  256. bool "Nokia N800/N810"
  257. depends on SOC_OMAP2420
  258. default y
  259. select MACH_NOKIA_N800
  260. select MACH_NOKIA_N810
  261. select MACH_NOKIA_N810_WIMAX
  262. select OMAP_PACKAGE_ZAC
  263. config MACH_NOKIA_RM680
  264. bool "Nokia N950 (RM-680) / N9 (RM-696) phones"
  265. depends on ARCH_OMAP3
  266. default y
  267. select MACH_NOKIA_RM696
  268. select OMAP_PACKAGE_CBB
  269. config MACH_NOKIA_RX51
  270. bool "Nokia N900 (RX-51) phone"
  271. depends on ARCH_OMAP3
  272. default y
  273. select OMAP_PACKAGE_CBB
  274. config MACH_OMAP_ZOOM2
  275. bool "OMAP3 Zoom2 board"
  276. depends on ARCH_OMAP3
  277. default y
  278. select OMAP_PACKAGE_CBB
  279. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  280. config MACH_OMAP_ZOOM3
  281. bool "OMAP3630 Zoom3 board"
  282. depends on ARCH_OMAP3
  283. default y
  284. select OMAP_PACKAGE_CBP
  285. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  286. config MACH_CM_T35
  287. bool "CompuLab CM-T35/CM-T3730 modules"
  288. depends on ARCH_OMAP3
  289. default y
  290. select MACH_CM_T3730
  291. select OMAP_PACKAGE_CUS
  292. config MACH_CM_T3517
  293. bool "CompuLab CM-T3517 module"
  294. depends on ARCH_OMAP3
  295. default y
  296. select OMAP_PACKAGE_CBB
  297. config MACH_CM_T3730
  298. bool
  299. config MACH_IGEP0020
  300. bool "IGEP v2 board"
  301. depends on ARCH_OMAP3
  302. default y
  303. select OMAP_PACKAGE_CBB
  304. config MACH_IGEP0030
  305. bool "IGEP OMAP3 module"
  306. depends on ARCH_OMAP3
  307. default y
  308. select MACH_IGEP0020
  309. select OMAP_PACKAGE_CBB
  310. config MACH_SBC3530
  311. bool "OMAP3 SBC STALKER board"
  312. depends on ARCH_OMAP3
  313. default y
  314. select OMAP_PACKAGE_CUS
  315. config MACH_OMAP_3630SDP
  316. bool "OMAP3630 SDP board"
  317. depends on ARCH_OMAP3
  318. default y
  319. select OMAP_PACKAGE_CBP
  320. config MACH_TI8168EVM
  321. bool "TI8168 Evaluation Module"
  322. depends on SOC_TI81XX
  323. default y
  324. config MACH_TI8148EVM
  325. bool "TI8148 Evaluation Module"
  326. depends on SOC_TI81XX
  327. default y
  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 || SOC_OMAP5) && !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