Kconfig 5.8 KB

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