Kconfig 6.9 KB

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