Kconfig 6.6 KB

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