Kconfig 7.1 KB

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