Kconfig 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. if ARCH_OMAP2PLUS
  2. menu "TI OMAP2/3/4 Specific Features"
  3. config ARCH_OMAP2PLUS_TYPICAL
  4. bool "Typical OMAP configuration"
  5. default y
  6. select AEABI
  7. select REGULATOR
  8. select PM_RUNTIME
  9. select VFP
  10. select NEON if ARCH_OMAP3 || ARCH_OMAP4
  11. select SERIAL_OMAP
  12. select SERIAL_OMAP_CONSOLE
  13. select I2C
  14. select I2C_OMAP
  15. select MENELAUS if ARCH_OMAP2
  16. select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
  17. select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
  18. help
  19. Compile a kernel suitable for booting most boards
  20. config ARCH_OMAP2
  21. bool "TI OMAP2"
  22. depends on ARCH_OMAP2PLUS
  23. default y
  24. select CPU_V6
  25. select MULTI_IRQ_HANDLER
  26. config ARCH_OMAP3
  27. bool "TI OMAP3"
  28. depends on ARCH_OMAP2PLUS
  29. default y
  30. select CPU_V7
  31. select USB_ARCH_HAS_EHCI
  32. select ARM_L1_CACHE_SHIFT_6 if !ARCH_OMAP4
  33. select ARCH_HAS_OPP
  34. select PM_OPP if PM
  35. select ARM_CPU_SUSPEND if PM
  36. select MULTI_IRQ_HANDLER
  37. config ARCH_OMAP4
  38. bool "TI OMAP4"
  39. default y
  40. depends on ARCH_OMAP2PLUS
  41. select CPU_V7
  42. select ARM_GIC
  43. select LOCAL_TIMERS if SMP
  44. select PL310_ERRATA_588369
  45. select PL310_ERRATA_727915
  46. select ARM_ERRATA_720789
  47. select ARCH_HAS_OPP
  48. select PM_OPP if PM
  49. select USB_ARCH_HAS_EHCI
  50. select ARM_CPU_SUSPEND if PM
  51. comment "OMAP Core Type"
  52. depends on ARCH_OMAP2
  53. config SOC_OMAP2420
  54. bool "OMAP2420 support"
  55. depends on ARCH_OMAP2
  56. default y
  57. select OMAP_DM_TIMER
  58. select ARCH_OMAP_OTG
  59. config SOC_OMAP2430
  60. bool "OMAP2430 support"
  61. depends on ARCH_OMAP2
  62. default y
  63. select ARCH_OMAP_OTG
  64. config SOC_OMAP3430
  65. bool "OMAP3430 support"
  66. depends on ARCH_OMAP3
  67. default y
  68. select ARCH_OMAP_OTG
  69. config SOC_OMAPTI81XX
  70. bool "TI81XX support"
  71. depends on ARCH_OMAP3
  72. default y
  73. config SOC_OMAPAM33XX
  74. bool "AM33XX support"
  75. depends on ARCH_OMAP3
  76. default y
  77. config OMAP_PACKAGE_ZAF
  78. bool
  79. config OMAP_PACKAGE_ZAC
  80. bool
  81. config OMAP_PACKAGE_CBC
  82. bool
  83. config OMAP_PACKAGE_CBB
  84. bool
  85. config OMAP_PACKAGE_CUS
  86. bool
  87. config OMAP_PACKAGE_CBP
  88. bool
  89. config OMAP_PACKAGE_CBL
  90. bool
  91. config OMAP_PACKAGE_CBS
  92. bool
  93. comment "OMAP Board Type"
  94. depends on ARCH_OMAP2PLUS
  95. config MACH_OMAP_GENERIC
  96. bool "Generic OMAP2+ board"
  97. depends on ARCH_OMAP2PLUS
  98. select USE_OF
  99. default y
  100. help
  101. Support for generic TI OMAP2+ boards using Flattened Device Tree.
  102. More information at Documentation/devicetree
  103. config MACH_OMAP2_TUSB6010
  104. bool
  105. depends on ARCH_OMAP2 && SOC_OMAP2420
  106. default y if MACH_NOKIA_N8X0
  107. config MACH_OMAP_H4
  108. bool "OMAP 2420 H4 board"
  109. depends on SOC_OMAP2420
  110. default y
  111. select OMAP_PACKAGE_ZAF
  112. select OMAP_DEBUG_DEVICES
  113. config MACH_OMAP_APOLLON
  114. bool "OMAP 2420 Apollon board"
  115. depends on SOC_OMAP2420
  116. default y
  117. select OMAP_PACKAGE_ZAC
  118. config MACH_OMAP_2430SDP
  119. bool "OMAP 2430 SDP board"
  120. depends on SOC_OMAP2430
  121. default y
  122. select OMAP_PACKAGE_ZAC
  123. config MACH_OMAP3_BEAGLE
  124. bool "OMAP3 BEAGLE board"
  125. depends on ARCH_OMAP3
  126. default y
  127. select OMAP_PACKAGE_CBB
  128. config MACH_DEVKIT8000
  129. bool "DEVKIT8000 board"
  130. depends on ARCH_OMAP3
  131. default y
  132. select OMAP_PACKAGE_CUS
  133. config MACH_OMAP_LDP
  134. bool "OMAP3 LDP board"
  135. depends on ARCH_OMAP3
  136. default y
  137. select OMAP_PACKAGE_CBB
  138. config MACH_OMAP3530_LV_SOM
  139. bool "OMAP3 Logic 3530 LV SOM board"
  140. depends on ARCH_OMAP3
  141. select OMAP_PACKAGE_CBB
  142. default y
  143. help
  144. Support for the LogicPD OMAP3530 SOM Development kit
  145. for full description please see the products webpage at
  146. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  147. config MACH_OMAP3_TORPEDO
  148. bool "OMAP3 Logic 35x Torpedo board"
  149. depends on ARCH_OMAP3
  150. select OMAP_PACKAGE_CBB
  151. default y
  152. help
  153. Support for the LogicPD OMAP35x Torpedo Development kit
  154. for full description please see the products webpage at
  155. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  156. config MACH_OVERO
  157. bool "Gumstix Overo board"
  158. depends on ARCH_OMAP3
  159. default y
  160. select OMAP_PACKAGE_CBB
  161. config MACH_OMAP3EVM
  162. bool "OMAP 3530 EVM board"
  163. depends on ARCH_OMAP3
  164. default y
  165. select OMAP_PACKAGE_CBB
  166. config MACH_OMAP3517EVM
  167. bool "OMAP3517/ AM3517 EVM board"
  168. depends on ARCH_OMAP3
  169. default y
  170. select OMAP_PACKAGE_CBB
  171. config MACH_CRANEBOARD
  172. bool "AM3517/05 CRANE board"
  173. depends on ARCH_OMAP3
  174. select OMAP_PACKAGE_CBB
  175. config MACH_OMAP3_PANDORA
  176. bool "OMAP3 Pandora"
  177. depends on ARCH_OMAP3
  178. default y
  179. select OMAP_PACKAGE_CBB
  180. select REGULATOR_FIXED_VOLTAGE
  181. config MACH_OMAP3_TOUCHBOOK
  182. bool "OMAP3 Touch Book"
  183. depends on ARCH_OMAP3
  184. default y
  185. select BACKLIGHT_CLASS_DEVICE
  186. config MACH_OMAP_3430SDP
  187. bool "OMAP 3430 SDP board"
  188. depends on ARCH_OMAP3
  189. default y
  190. select OMAP_PACKAGE_CBB
  191. config MACH_NOKIA_N800
  192. bool
  193. config MACH_NOKIA_N810
  194. bool
  195. config MACH_NOKIA_N810_WIMAX
  196. bool
  197. config MACH_NOKIA_N8X0
  198. bool "Nokia N800/N810"
  199. depends on SOC_OMAP2420
  200. default y
  201. select OMAP_PACKAGE_ZAC
  202. select MACH_NOKIA_N800
  203. select MACH_NOKIA_N810
  204. select MACH_NOKIA_N810_WIMAX
  205. config MACH_NOKIA_RM680
  206. bool "Nokia RM-680 board"
  207. depends on ARCH_OMAP3
  208. default y
  209. select OMAP_PACKAGE_CBB
  210. config MACH_NOKIA_RX51
  211. bool "Nokia RX-51 board"
  212. depends on ARCH_OMAP3
  213. default y
  214. select OMAP_PACKAGE_CBB
  215. config MACH_OMAP_ZOOM2
  216. bool "OMAP3 Zoom2 board"
  217. depends on ARCH_OMAP3
  218. default y
  219. select OMAP_PACKAGE_CBB
  220. select SERIAL_8250
  221. select SERIAL_CORE_CONSOLE
  222. select SERIAL_8250_CONSOLE
  223. select REGULATOR_FIXED_VOLTAGE
  224. config MACH_OMAP_ZOOM3
  225. bool "OMAP3630 Zoom3 board"
  226. depends on ARCH_OMAP3
  227. default y
  228. select OMAP_PACKAGE_CBP
  229. select SERIAL_8250
  230. select SERIAL_CORE_CONSOLE
  231. select SERIAL_8250_CONSOLE
  232. select REGULATOR_FIXED_VOLTAGE
  233. config MACH_CM_T35
  234. bool "CompuLab CM-T35/CM-T3730 modules"
  235. depends on ARCH_OMAP3
  236. default y
  237. select MACH_CM_T3730
  238. select OMAP_PACKAGE_CUS
  239. config MACH_CM_T3517
  240. bool "CompuLab CM-T3517 module"
  241. depends on ARCH_OMAP3
  242. default y
  243. select OMAP_PACKAGE_CBB
  244. config MACH_CM_T3730
  245. bool
  246. config MACH_IGEP0020
  247. bool "IGEP v2 board"
  248. depends on ARCH_OMAP3
  249. default y
  250. select OMAP_PACKAGE_CBB
  251. config MACH_IGEP0030
  252. bool "IGEP OMAP3 module"
  253. depends on ARCH_OMAP3
  254. default y
  255. select OMAP_PACKAGE_CBB
  256. select MACH_IGEP0020
  257. config MACH_SBC3530
  258. bool "OMAP3 SBC STALKER board"
  259. depends on ARCH_OMAP3
  260. default y
  261. select OMAP_PACKAGE_CUS
  262. config MACH_OMAP_3630SDP
  263. bool "OMAP3630 SDP board"
  264. depends on ARCH_OMAP3
  265. default y
  266. select OMAP_PACKAGE_CBP
  267. config MACH_TI8168EVM
  268. bool "TI8168 Evaluation Module"
  269. depends on SOC_OMAPTI81XX
  270. default y
  271. config MACH_OMAP_4430SDP
  272. bool "OMAP 4430 SDP board"
  273. default y
  274. depends on ARCH_OMAP4
  275. select OMAP_PACKAGE_CBL
  276. select OMAP_PACKAGE_CBS
  277. select REGULATOR_FIXED_VOLTAGE
  278. config MACH_OMAP4_PANDA
  279. bool "OMAP4 Panda Board"
  280. default y
  281. depends on ARCH_OMAP4
  282. select OMAP_PACKAGE_CBL
  283. select OMAP_PACKAGE_CBS
  284. select REGULATOR_FIXED_VOLTAGE
  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. endmenu
  304. endif