Kconfig 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  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. config ARCH_OMAP3
  11. bool "TI OMAP3"
  12. depends on ARCH_MULTI_V7
  13. select ARCH_OMAP2PLUS
  14. select ARCH_HAS_OPP
  15. select ARM_CPU_SUSPEND if PM
  16. select CPU_V7
  17. select MULTI_IRQ_HANDLER
  18. select OMAP_INTERCONNECT
  19. select PM_OPP if PM
  20. select PM_RUNTIME if CPU_IDLE
  21. select SOC_HAS_OMAP2_SDRC
  22. select USB_ARCH_HAS_EHCI if USB_SUPPORT
  23. config ARCH_OMAP4
  24. bool "TI OMAP4"
  25. depends on ARCH_MULTI_V7
  26. select ARCH_OMAP2PLUS
  27. select ARCH_HAS_OPP
  28. select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
  29. select ARM_CPU_SUSPEND if PM
  30. select ARM_ERRATA_720789
  31. select ARM_GIC
  32. select CACHE_L2X0
  33. select CPU_V7
  34. select HAVE_ARM_SCU if SMP
  35. select HAVE_ARM_TWD if SMP
  36. select HAVE_SMP
  37. select OMAP_INTERCONNECT
  38. select PL310_ERRATA_588369
  39. select PL310_ERRATA_727915
  40. select PM_OPP if PM
  41. select PM_RUNTIME if CPU_IDLE
  42. select USB_ARCH_HAS_EHCI if USB_SUPPORT
  43. select ARM_ERRATA_754322
  44. select ARM_ERRATA_775420
  45. config SOC_OMAP5
  46. bool "TI OMAP5"
  47. depends on ARCH_MULTI_V7
  48. select ARCH_OMAP2PLUS
  49. select ARM_CPU_SUSPEND if PM
  50. select ARM_GIC
  51. select CPU_V7
  52. select HAVE_ARM_SCU if SMP
  53. select HAVE_ARM_TWD if LOCAL_TIMERS
  54. select HAVE_SMP
  55. select HAVE_ARM_ARCH_TIMER
  56. select ARM_ERRATA_798181 if SMP
  57. config SOC_AM33XX
  58. bool "TI AM33XX"
  59. depends on ARCH_MULTI_V7
  60. select ARCH_OMAP2PLUS
  61. select ARM_CPU_SUSPEND if PM
  62. select CPU_V7
  63. select MULTI_IRQ_HANDLER
  64. config SOC_AM43XX
  65. bool "TI AM43x"
  66. depends on ARCH_MULTI_V7
  67. select CPU_V7
  68. select ARCH_OMAP2PLUS
  69. select MULTI_IRQ_HANDLER
  70. select ARM_GIC
  71. select MACH_OMAP_GENERIC
  72. config ARCH_OMAP2PLUS
  73. bool
  74. select ARCH_HAS_BANDGAP
  75. select ARCH_HAS_CPUFREQ
  76. select ARCH_HAS_HOLES_MEMORYMODEL
  77. select ARCH_OMAP
  78. select ARCH_REQUIRE_GPIOLIB
  79. select CLKSRC_MMIO
  80. select COMMON_CLK
  81. select GENERIC_CLOCKEVENTS
  82. select GENERIC_IRQ_CHIP
  83. select MACH_OMAP_GENERIC
  84. select OMAP_DM_TIMER
  85. select PINCTRL
  86. select PROC_DEVICETREE if PROC_FS
  87. select SOC_BUS
  88. select SPARSE_IRQ
  89. select TI_PRIV_EDMA
  90. select USE_OF
  91. help
  92. Systems based on OMAP2, OMAP3, OMAP4 or OMAP5
  93. if ARCH_OMAP2PLUS
  94. menu "TI OMAP2/3/4 Specific Features"
  95. config ARCH_OMAP2PLUS_TYPICAL
  96. bool "Typical OMAP configuration"
  97. default y
  98. select AEABI
  99. select HIGHMEM
  100. select I2C
  101. select I2C_OMAP
  102. select MENELAUS if ARCH_OMAP2
  103. select NEON if CPU_V7
  104. select PM_RUNTIME
  105. select REGULATOR
  106. select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
  107. select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
  108. select VFP
  109. help
  110. Compile a kernel suitable for booting most boards
  111. config SOC_HAS_OMAP2_SDRC
  112. bool "OMAP2 SDRAM Controller support"
  113. config SOC_HAS_REALTIME_COUNTER
  114. bool "Real time free running counter"
  115. depends on SOC_OMAP5 || SOC_DRA7XX
  116. default y
  117. config SOC_DRA7XX
  118. bool "TI DRA7XX"
  119. select ARM_ARCH_TIMER
  120. select CPU_V7
  121. select ARM_GIC
  122. select HAVE_SMP
  123. select COMMON_CLK
  124. comment "OMAP Core Type"
  125. depends on ARCH_OMAP2
  126. config SOC_OMAP2420
  127. bool "OMAP2420 support"
  128. depends on ARCH_OMAP2
  129. default y
  130. select OMAP_DM_TIMER
  131. select SOC_HAS_OMAP2_SDRC
  132. config SOC_OMAP2430
  133. bool "OMAP2430 support"
  134. depends on ARCH_OMAP2
  135. default y
  136. select SOC_HAS_OMAP2_SDRC
  137. config SOC_OMAP3430
  138. bool "OMAP3430 support"
  139. depends on ARCH_OMAP3
  140. default y
  141. select SOC_HAS_OMAP2_SDRC
  142. config SOC_TI81XX
  143. bool "TI81XX support"
  144. depends on ARCH_OMAP3
  145. default y
  146. config OMAP_PACKAGE_ZAF
  147. bool
  148. config OMAP_PACKAGE_ZAC
  149. bool
  150. config OMAP_PACKAGE_CBC
  151. bool
  152. config OMAP_PACKAGE_CBB
  153. bool
  154. config OMAP_PACKAGE_CUS
  155. bool
  156. config OMAP_PACKAGE_CBP
  157. bool
  158. comment "OMAP Legacy Platform Data Board Type"
  159. depends on ARCH_OMAP2PLUS
  160. config MACH_OMAP_GENERIC
  161. bool
  162. config MACH_OMAP2_TUSB6010
  163. bool
  164. depends on ARCH_OMAP2 && SOC_OMAP2420
  165. default y if MACH_NOKIA_N8X0
  166. config MACH_OMAP_H4
  167. bool "OMAP 2420 H4 board"
  168. depends on SOC_OMAP2420
  169. default y
  170. select OMAP_DEBUG_DEVICES
  171. select OMAP_PACKAGE_ZAF
  172. config MACH_OMAP_2430SDP
  173. bool "OMAP 2430 SDP board"
  174. depends on SOC_OMAP2430
  175. default y
  176. select OMAP_PACKAGE_ZAC
  177. config MACH_OMAP3_BEAGLE
  178. bool "OMAP3 BEAGLE board"
  179. depends on ARCH_OMAP3
  180. default y
  181. select OMAP_PACKAGE_CBB
  182. config MACH_DEVKIT8000
  183. bool "DEVKIT8000 board"
  184. depends on ARCH_OMAP3
  185. default y
  186. select OMAP_PACKAGE_CUS
  187. config MACH_OMAP_LDP
  188. bool "OMAP3 LDP board"
  189. depends on ARCH_OMAP3
  190. default y
  191. select OMAP_PACKAGE_CBB
  192. config MACH_OMAP3530_LV_SOM
  193. bool "OMAP3 Logic 3530 LV SOM board"
  194. depends on ARCH_OMAP3
  195. default y
  196. select OMAP_PACKAGE_CBB
  197. help
  198. Support for the LogicPD OMAP3530 SOM Development kit
  199. for full description please see the products webpage at
  200. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  201. config MACH_OMAP3_TORPEDO
  202. bool "OMAP3 Logic 35x Torpedo board"
  203. depends on ARCH_OMAP3
  204. default y
  205. select OMAP_PACKAGE_CBB
  206. help
  207. Support for the LogicPD OMAP35x Torpedo Development kit
  208. for full description please see the products webpage at
  209. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  210. config MACH_OVERO
  211. bool "Gumstix Overo board"
  212. depends on ARCH_OMAP3
  213. default y
  214. select OMAP_PACKAGE_CBB
  215. config MACH_OMAP3517EVM
  216. bool "OMAP3517/ AM3517 EVM board"
  217. depends on ARCH_OMAP3
  218. default y
  219. select OMAP_PACKAGE_CBB
  220. config MACH_CRANEBOARD
  221. bool "AM3517/05 CRANE board"
  222. depends on ARCH_OMAP3
  223. select OMAP_PACKAGE_CBB
  224. config MACH_OMAP3_PANDORA
  225. bool "OMAP3 Pandora"
  226. depends on ARCH_OMAP3
  227. default y
  228. select OMAP_PACKAGE_CBB
  229. select REGULATOR_FIXED_VOLTAGE if REGULATOR
  230. config MACH_TOUCHBOOK
  231. bool "OMAP3 Touch Book"
  232. depends on ARCH_OMAP3
  233. default y
  234. select OMAP_PACKAGE_CBB
  235. config MACH_OMAP_3430SDP
  236. bool "OMAP 3430 SDP board"
  237. depends on ARCH_OMAP3
  238. default y
  239. select OMAP_PACKAGE_CBB
  240. config MACH_NOKIA_N800
  241. bool
  242. config MACH_NOKIA_N810
  243. bool
  244. config MACH_NOKIA_N810_WIMAX
  245. bool
  246. config MACH_NOKIA_N8X0
  247. bool "Nokia N800/N810"
  248. depends on SOC_OMAP2420
  249. default y
  250. select MACH_NOKIA_N800
  251. select MACH_NOKIA_N810
  252. select MACH_NOKIA_N810_WIMAX
  253. select OMAP_PACKAGE_ZAC
  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_CM_T35
  260. bool "CompuLab CM-T35/CM-T3730 modules"
  261. depends on ARCH_OMAP3
  262. default y
  263. select MACH_CM_T3730
  264. select OMAP_PACKAGE_CUS
  265. config MACH_CM_T3517
  266. bool "CompuLab CM-T3517 module"
  267. depends on ARCH_OMAP3
  268. default y
  269. select OMAP_PACKAGE_CBB
  270. config MACH_CM_T3730
  271. bool
  272. config MACH_SBC3530
  273. bool "OMAP3 SBC STALKER board"
  274. depends on ARCH_OMAP3
  275. default y
  276. select OMAP_PACKAGE_CUS
  277. config MACH_TI8168EVM
  278. bool "TI8168 Evaluation Module"
  279. depends on SOC_TI81XX
  280. default y
  281. config MACH_TI8148EVM
  282. bool "TI8148 Evaluation Module"
  283. depends on SOC_TI81XX
  284. default y
  285. config OMAP3_EMU
  286. bool "OMAP3 debugging peripherals"
  287. depends on ARCH_OMAP3
  288. select ARM_AMBA
  289. select OC_ETM
  290. help
  291. Say Y here to enable debugging hardware of omap3
  292. config OMAP3_SDRC_AC_TIMING
  293. bool "Enable SDRC AC timing register changes"
  294. depends on ARCH_OMAP3
  295. default n
  296. help
  297. If you know that none of your system initiators will attempt to
  298. access SDRAM during CORE DVFS, select Y here. This should boost
  299. SDRAM performance at lower CORE OPPs. There are relatively few
  300. users who will wish to say yes at this point - almost everyone will
  301. wish to say no. Selecting yes without understanding what is
  302. going on could result in system crashes;
  303. config OMAP4_ERRATA_I688
  304. bool "OMAP4 errata: Async Bridge Corruption"
  305. depends on (ARCH_OMAP4 || SOC_OMAP5) && !ARCH_MULTIPLATFORM
  306. select ARCH_HAS_BARRIERS
  307. help
  308. If a data is stalled inside asynchronous bridge because of back
  309. pressure, it may be accepted multiple times, creating pointer
  310. misalignment that will corrupt next transfers on that data path
  311. until next reset of the system (No recovery procedure once the
  312. issue is hit, the path remains consistently broken). Async bridge
  313. can be found on path between MPU to EMIF and MPU to L3 interconnect.
  314. This situation can happen only when the idle is initiated by a
  315. Master Request Disconnection (which is trigged by software when
  316. executing WFI on CPU).
  317. The work-around for this errata needs all the initiators connected
  318. through async bridge must ensure that data path is properly drained
  319. before issuing WFI. This condition will be met if one Strongly ordered
  320. access is performed to the target right before executing the WFI.
  321. In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
  322. IO barrier ensure that there is no synchronisation loss on initiators
  323. operating on both interconnect port simultaneously.
  324. endmenu
  325. endif