Kconfig 6.5 KB

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