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. default y
  95. help
  96. Support for generic TI OMAP2+ boards using Flattened Device Tree.
  97. More information at Documentation/devicetree
  98. config MACH_OMAP2_TUSB6010
  99. bool
  100. depends on ARCH_OMAP2 && SOC_OMAP2420
  101. default y if MACH_NOKIA_N8X0
  102. config MACH_OMAP_H4
  103. bool "OMAP 2420 H4 board"
  104. depends on SOC_OMAP2420
  105. default y
  106. select OMAP_PACKAGE_ZAF
  107. select OMAP_DEBUG_DEVICES
  108. config MACH_OMAP_APOLLON
  109. bool "OMAP 2420 Apollon board"
  110. depends on SOC_OMAP2420
  111. default y
  112. select OMAP_PACKAGE_ZAC
  113. config MACH_OMAP_2430SDP
  114. bool "OMAP 2430 SDP board"
  115. depends on SOC_OMAP2430
  116. default y
  117. select OMAP_PACKAGE_ZAC
  118. config MACH_OMAP3_BEAGLE
  119. bool "OMAP3 BEAGLE board"
  120. depends on ARCH_OMAP3
  121. default y
  122. select OMAP_PACKAGE_CBB
  123. config MACH_DEVKIT8000
  124. bool "DEVKIT8000 board"
  125. depends on ARCH_OMAP3
  126. default y
  127. select OMAP_PACKAGE_CUS
  128. config MACH_OMAP_LDP
  129. bool "OMAP3 LDP board"
  130. depends on ARCH_OMAP3
  131. default y
  132. select OMAP_PACKAGE_CBB
  133. config MACH_OMAP3530_LV_SOM
  134. bool "OMAP3 Logic 3530 LV SOM board"
  135. depends on ARCH_OMAP3
  136. select OMAP_PACKAGE_CBB
  137. default y
  138. help
  139. Support for the LogicPD OMAP3530 SOM Development kit
  140. for full description please see the products webpage at
  141. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  142. config MACH_OMAP3_TORPEDO
  143. bool "OMAP3 Logic 35x Torpedo board"
  144. depends on ARCH_OMAP3
  145. select OMAP_PACKAGE_CBB
  146. default y
  147. help
  148. Support for the LogicPD OMAP35x Torpedo Development kit
  149. for full description please see the products webpage at
  150. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  151. config MACH_OVERO
  152. bool "Gumstix Overo board"
  153. depends on ARCH_OMAP3
  154. default y
  155. select OMAP_PACKAGE_CBB
  156. config MACH_OMAP3EVM
  157. bool "OMAP 3530 EVM board"
  158. depends on ARCH_OMAP3
  159. default y
  160. select OMAP_PACKAGE_CBB
  161. config MACH_OMAP3517EVM
  162. bool "OMAP3517/ AM3517 EVM board"
  163. depends on ARCH_OMAP3
  164. default y
  165. select OMAP_PACKAGE_CBB
  166. config MACH_CRANEBOARD
  167. bool "AM3517/05 CRANE board"
  168. depends on ARCH_OMAP3
  169. select OMAP_PACKAGE_CBB
  170. config MACH_OMAP3_PANDORA
  171. bool "OMAP3 Pandora"
  172. depends on ARCH_OMAP3
  173. default y
  174. select OMAP_PACKAGE_CBB
  175. select REGULATOR_FIXED_VOLTAGE
  176. config MACH_OMAP3_TOUCHBOOK
  177. bool "OMAP3 Touch Book"
  178. depends on ARCH_OMAP3
  179. default y
  180. select BACKLIGHT_CLASS_DEVICE
  181. config MACH_OMAP_3430SDP
  182. bool "OMAP 3430 SDP board"
  183. depends on ARCH_OMAP3
  184. default y
  185. select OMAP_PACKAGE_CBB
  186. config MACH_NOKIA_N800
  187. bool
  188. config MACH_NOKIA_N810
  189. bool
  190. config MACH_NOKIA_N810_WIMAX
  191. bool
  192. config MACH_NOKIA_N8X0
  193. bool "Nokia N800/N810"
  194. depends on SOC_OMAP2420
  195. default y
  196. select OMAP_PACKAGE_ZAC
  197. select MACH_NOKIA_N800
  198. select MACH_NOKIA_N810
  199. select MACH_NOKIA_N810_WIMAX
  200. config MACH_NOKIA_RM680
  201. bool "Nokia RM-680 board"
  202. depends on ARCH_OMAP3
  203. default y
  204. select OMAP_PACKAGE_CBB
  205. config MACH_NOKIA_RX51
  206. bool "Nokia RX-51 board"
  207. depends on ARCH_OMAP3
  208. default y
  209. select OMAP_PACKAGE_CBB
  210. config MACH_OMAP_ZOOM2
  211. bool "OMAP3 Zoom2 board"
  212. depends on ARCH_OMAP3
  213. default y
  214. select OMAP_PACKAGE_CBB
  215. select SERIAL_8250
  216. select SERIAL_CORE_CONSOLE
  217. select SERIAL_8250_CONSOLE
  218. select REGULATOR_FIXED_VOLTAGE
  219. config MACH_OMAP_ZOOM3
  220. bool "OMAP3630 Zoom3 board"
  221. depends on ARCH_OMAP3
  222. default y
  223. select OMAP_PACKAGE_CBP
  224. select SERIAL_8250
  225. select SERIAL_CORE_CONSOLE
  226. select SERIAL_8250_CONSOLE
  227. select REGULATOR_FIXED_VOLTAGE
  228. config MACH_CM_T35
  229. bool "CompuLab CM-T35/CM-T3730 modules"
  230. depends on ARCH_OMAP3
  231. default y
  232. select MACH_CM_T3730
  233. select OMAP_PACKAGE_CUS
  234. config MACH_CM_T3517
  235. bool "CompuLab CM-T3517 module"
  236. depends on ARCH_OMAP3
  237. default y
  238. select OMAP_PACKAGE_CBB
  239. config MACH_CM_T3730
  240. bool
  241. config MACH_IGEP0020
  242. bool "IGEP v2 board"
  243. depends on ARCH_OMAP3
  244. default y
  245. select OMAP_PACKAGE_CBB
  246. config MACH_IGEP0030
  247. bool "IGEP OMAP3 module"
  248. depends on ARCH_OMAP3
  249. default y
  250. select OMAP_PACKAGE_CBB
  251. select MACH_IGEP0020
  252. config MACH_SBC3530
  253. bool "OMAP3 SBC STALKER board"
  254. depends on ARCH_OMAP3
  255. default y
  256. select OMAP_PACKAGE_CUS
  257. config MACH_OMAP_3630SDP
  258. bool "OMAP3630 SDP board"
  259. depends on ARCH_OMAP3
  260. default y
  261. select OMAP_PACKAGE_CBP
  262. config MACH_TI8168EVM
  263. bool "TI8168 Evaluation Module"
  264. depends on SOC_OMAPTI816X
  265. default y
  266. config MACH_OMAP_4430SDP
  267. bool "OMAP 4430 SDP board"
  268. default y
  269. depends on ARCH_OMAP4
  270. select OMAP_PACKAGE_CBL
  271. select OMAP_PACKAGE_CBS
  272. select REGULATOR_FIXED_VOLTAGE
  273. config MACH_OMAP4_PANDA
  274. bool "OMAP4 Panda Board"
  275. default y
  276. depends on ARCH_OMAP4
  277. select OMAP_PACKAGE_CBL
  278. select OMAP_PACKAGE_CBS
  279. select REGULATOR_FIXED_VOLTAGE
  280. config OMAP3_EMU
  281. bool "OMAP3 debugging peripherals"
  282. depends on ARCH_OMAP3
  283. select ARM_AMBA
  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