Kconfig 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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_OMAPTI816X
  70. bool "TI816X support"
  71. depends on ARCH_OMAP3
  72. default y
  73. config OMAP_PACKAGE_ZAF
  74. bool
  75. config OMAP_PACKAGE_ZAC
  76. bool
  77. config OMAP_PACKAGE_CBC
  78. bool
  79. config OMAP_PACKAGE_CBB
  80. bool
  81. config OMAP_PACKAGE_CUS
  82. bool
  83. config OMAP_PACKAGE_CBP
  84. bool
  85. config OMAP_PACKAGE_CBL
  86. bool
  87. config OMAP_PACKAGE_CBS
  88. bool
  89. comment "OMAP Board Type"
  90. depends on ARCH_OMAP2PLUS
  91. config MACH_OMAP_GENERIC
  92. bool "Generic OMAP2+ board"
  93. depends on ARCH_OMAP2PLUS
  94. select USE_OF
  95. default y
  96. help
  97. Support for generic TI OMAP2+ boards using Flattened Device Tree.
  98. More information at Documentation/devicetree
  99. config MACH_OMAP2_TUSB6010
  100. bool
  101. depends on ARCH_OMAP2 && SOC_OMAP2420
  102. default y if MACH_NOKIA_N8X0
  103. config MACH_OMAP_H4
  104. bool "OMAP 2420 H4 board"
  105. depends on SOC_OMAP2420
  106. default y
  107. select OMAP_PACKAGE_ZAF
  108. select OMAP_DEBUG_DEVICES
  109. config MACH_OMAP_APOLLON
  110. bool "OMAP 2420 Apollon board"
  111. depends on SOC_OMAP2420
  112. default y
  113. select OMAP_PACKAGE_ZAC
  114. config MACH_OMAP_2430SDP
  115. bool "OMAP 2430 SDP board"
  116. depends on SOC_OMAP2430
  117. default y
  118. select OMAP_PACKAGE_ZAC
  119. config MACH_OMAP3_BEAGLE
  120. bool "OMAP3 BEAGLE board"
  121. depends on ARCH_OMAP3
  122. default y
  123. select OMAP_PACKAGE_CBB
  124. config MACH_DEVKIT8000
  125. bool "DEVKIT8000 board"
  126. depends on ARCH_OMAP3
  127. default y
  128. select OMAP_PACKAGE_CUS
  129. config MACH_OMAP_LDP
  130. bool "OMAP3 LDP board"
  131. depends on ARCH_OMAP3
  132. default y
  133. select OMAP_PACKAGE_CBB
  134. config MACH_OMAP3530_LV_SOM
  135. bool "OMAP3 Logic 3530 LV SOM board"
  136. depends on ARCH_OMAP3
  137. select OMAP_PACKAGE_CBB
  138. default y
  139. help
  140. Support for the LogicPD OMAP3530 SOM Development kit
  141. for full description please see the products webpage at
  142. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  143. config MACH_OMAP3_TORPEDO
  144. bool "OMAP3 Logic 35x Torpedo board"
  145. depends on ARCH_OMAP3
  146. select OMAP_PACKAGE_CBB
  147. default y
  148. help
  149. Support for the LogicPD OMAP35x Torpedo Development kit
  150. for full description please see the products webpage at
  151. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  152. config MACH_OVERO
  153. bool "Gumstix Overo board"
  154. depends on ARCH_OMAP3
  155. default y
  156. select OMAP_PACKAGE_CBB
  157. config MACH_OMAP3EVM
  158. bool "OMAP 3530 EVM board"
  159. depends on ARCH_OMAP3
  160. default y
  161. select OMAP_PACKAGE_CBB
  162. config MACH_OMAP3517EVM
  163. bool "OMAP3517/ AM3517 EVM board"
  164. depends on ARCH_OMAP3
  165. default y
  166. select OMAP_PACKAGE_CBB
  167. config MACH_CRANEBOARD
  168. bool "AM3517/05 CRANE board"
  169. depends on ARCH_OMAP3
  170. select OMAP_PACKAGE_CBB
  171. config MACH_OMAP3_PANDORA
  172. bool "OMAP3 Pandora"
  173. depends on ARCH_OMAP3
  174. default y
  175. select OMAP_PACKAGE_CBB
  176. select REGULATOR_FIXED_VOLTAGE
  177. config MACH_OMAP3_TOUCHBOOK
  178. bool "OMAP3 Touch Book"
  179. depends on ARCH_OMAP3
  180. default y
  181. select BACKLIGHT_CLASS_DEVICE
  182. config MACH_OMAP_3430SDP
  183. bool "OMAP 3430 SDP board"
  184. depends on ARCH_OMAP3
  185. default y
  186. select OMAP_PACKAGE_CBB
  187. config MACH_NOKIA_N800
  188. bool
  189. config MACH_NOKIA_N810
  190. bool
  191. config MACH_NOKIA_N810_WIMAX
  192. bool
  193. config MACH_NOKIA_N8X0
  194. bool "Nokia N800/N810"
  195. depends on SOC_OMAP2420
  196. default y
  197. select OMAP_PACKAGE_ZAC
  198. select MACH_NOKIA_N800
  199. select MACH_NOKIA_N810
  200. select MACH_NOKIA_N810_WIMAX
  201. config MACH_NOKIA_RM680
  202. bool "Nokia RM-680 board"
  203. depends on ARCH_OMAP3
  204. default y
  205. select OMAP_PACKAGE_CBB
  206. config MACH_NOKIA_RX51
  207. bool "Nokia RX-51 board"
  208. depends on ARCH_OMAP3
  209. default y
  210. select OMAP_PACKAGE_CBB
  211. config MACH_OMAP_ZOOM2
  212. bool "OMAP3 Zoom2 board"
  213. depends on ARCH_OMAP3
  214. default y
  215. select OMAP_PACKAGE_CBB
  216. select SERIAL_8250
  217. select SERIAL_CORE_CONSOLE
  218. select SERIAL_8250_CONSOLE
  219. select REGULATOR_FIXED_VOLTAGE
  220. config MACH_OMAP_ZOOM3
  221. bool "OMAP3630 Zoom3 board"
  222. depends on ARCH_OMAP3
  223. default y
  224. select OMAP_PACKAGE_CBP
  225. select SERIAL_8250
  226. select SERIAL_CORE_CONSOLE
  227. select SERIAL_8250_CONSOLE
  228. select REGULATOR_FIXED_VOLTAGE
  229. config MACH_CM_T35
  230. bool "CompuLab CM-T35/CM-T3730 modules"
  231. depends on ARCH_OMAP3
  232. default y
  233. select MACH_CM_T3730
  234. select OMAP_PACKAGE_CUS
  235. config MACH_CM_T3517
  236. bool "CompuLab CM-T3517 module"
  237. depends on ARCH_OMAP3
  238. default y
  239. select OMAP_PACKAGE_CBB
  240. config MACH_CM_T3730
  241. bool
  242. config MACH_IGEP0020
  243. bool "IGEP v2 board"
  244. depends on ARCH_OMAP3
  245. default y
  246. select OMAP_PACKAGE_CBB
  247. config MACH_IGEP0030
  248. bool "IGEP OMAP3 module"
  249. depends on ARCH_OMAP3
  250. default y
  251. select OMAP_PACKAGE_CBB
  252. select MACH_IGEP0020
  253. config MACH_SBC3530
  254. bool "OMAP3 SBC STALKER board"
  255. depends on ARCH_OMAP3
  256. default y
  257. select OMAP_PACKAGE_CUS
  258. config MACH_OMAP_3630SDP
  259. bool "OMAP3630 SDP board"
  260. depends on ARCH_OMAP3
  261. default y
  262. select OMAP_PACKAGE_CBP
  263. config MACH_TI8168EVM
  264. bool "TI8168 Evaluation Module"
  265. depends on SOC_OMAPTI816X
  266. default y
  267. config MACH_OMAP_4430SDP
  268. bool "OMAP 4430 SDP board"
  269. default y
  270. depends on ARCH_OMAP4
  271. select OMAP_PACKAGE_CBL
  272. select OMAP_PACKAGE_CBS
  273. select REGULATOR_FIXED_VOLTAGE
  274. config MACH_OMAP4_PANDA
  275. bool "OMAP4 Panda Board"
  276. default y
  277. depends on ARCH_OMAP4
  278. select OMAP_PACKAGE_CBL
  279. select OMAP_PACKAGE_CBS
  280. select REGULATOR_FIXED_VOLTAGE
  281. config OMAP3_EMU
  282. bool "OMAP3 debugging peripherals"
  283. depends on ARCH_OMAP3
  284. select OC_ETM
  285. help
  286. Say Y here to enable debugging hardware of omap3
  287. config OMAP3_SDRC_AC_TIMING
  288. bool "Enable SDRC AC timing register changes"
  289. depends on ARCH_OMAP3
  290. default n
  291. help
  292. If you know that none of your system initiators will attempt to
  293. access SDRAM during CORE DVFS, select Y here. This should boost
  294. SDRAM performance at lower CORE OPPs. There are relatively few
  295. users who will wish to say yes at this point - almost everyone will
  296. wish to say no. Selecting yes without understanding what is
  297. going on could result in system crashes;
  298. endmenu
  299. endif