Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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
  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. comment "OMAP Core Type"
  42. depends on ARCH_OMAP2
  43. config ARCH_OMAP2420
  44. bool "OMAP2420 support"
  45. depends on ARCH_OMAP2
  46. default y
  47. select OMAP_DM_TIMER
  48. select ARCH_OMAP_OTG
  49. config ARCH_OMAP2430
  50. bool "OMAP2430 support"
  51. depends on ARCH_OMAP2
  52. default y
  53. select ARCH_OMAP_OTG
  54. config ARCH_OMAP3430
  55. bool "OMAP3430 support"
  56. depends on ARCH_OMAP3
  57. default y
  58. select ARCH_OMAP_OTG
  59. config OMAP_PACKAGE_ZAF
  60. bool
  61. config OMAP_PACKAGE_ZAC
  62. bool
  63. config OMAP_PACKAGE_CBC
  64. bool
  65. config OMAP_PACKAGE_CBB
  66. bool
  67. config OMAP_PACKAGE_CUS
  68. bool
  69. config OMAP_PACKAGE_CBP
  70. bool
  71. comment "OMAP Board Type"
  72. depends on ARCH_OMAP2PLUS
  73. config MACH_OMAP_GENERIC
  74. bool "Generic OMAP board"
  75. depends on ARCH_OMAP2
  76. default y
  77. config MACH_OMAP2_TUSB6010
  78. bool
  79. depends on ARCH_OMAP2 && ARCH_OMAP2420
  80. default y if MACH_NOKIA_N8X0
  81. config MACH_OMAP_H4
  82. bool "OMAP 2420 H4 board"
  83. depends on ARCH_OMAP2
  84. default y
  85. select OMAP_PACKAGE_ZAF
  86. select OMAP_DEBUG_DEVICES
  87. config MACH_OMAP_APOLLON
  88. bool "OMAP 2420 Apollon board"
  89. depends on ARCH_OMAP2
  90. default y
  91. select OMAP_PACKAGE_ZAC
  92. config MACH_OMAP_2430SDP
  93. bool "OMAP 2430 SDP board"
  94. depends on ARCH_OMAP2
  95. default y
  96. select OMAP_PACKAGE_ZAC
  97. config MACH_OMAP3_BEAGLE
  98. bool "OMAP3 BEAGLE board"
  99. depends on ARCH_OMAP3
  100. default y
  101. select OMAP_PACKAGE_CBB
  102. config MACH_DEVKIT8000
  103. bool "DEVKIT8000 board"
  104. depends on ARCH_OMAP3
  105. default y
  106. select OMAP_PACKAGE_CUS
  107. select OMAP_MUX
  108. config MACH_OMAP_LDP
  109. bool "OMAP3 LDP board"
  110. depends on ARCH_OMAP3
  111. default y
  112. select OMAP_PACKAGE_CBB
  113. config MACH_OVERO
  114. bool "Gumstix Overo board"
  115. depends on ARCH_OMAP3
  116. default y
  117. select OMAP_PACKAGE_CBB
  118. config MACH_OMAP3EVM
  119. bool "OMAP 3530 EVM board"
  120. depends on ARCH_OMAP3
  121. default y
  122. select OMAP_PACKAGE_CBB
  123. config MACH_OMAP3517EVM
  124. bool "OMAP3517/ AM3517 EVM board"
  125. depends on ARCH_OMAP3
  126. default y
  127. select OMAP_PACKAGE_CBB
  128. config MACH_OMAP3_PANDORA
  129. bool "OMAP3 Pandora"
  130. depends on ARCH_OMAP3
  131. default y
  132. select OMAP_PACKAGE_CBB
  133. config MACH_OMAP3_TOUCHBOOK
  134. bool "OMAP3 Touch Book"
  135. depends on ARCH_OMAP3
  136. default y
  137. select BACKLIGHT_CLASS_DEVICE
  138. config MACH_OMAP_3430SDP
  139. bool "OMAP 3430 SDP board"
  140. depends on ARCH_OMAP3
  141. default y
  142. select OMAP_PACKAGE_CBB
  143. config MACH_NOKIA_N800
  144. bool
  145. config MACH_NOKIA_N810
  146. bool
  147. config MACH_NOKIA_N810_WIMAX
  148. bool
  149. config MACH_NOKIA_N8X0
  150. bool "Nokia N800/N810"
  151. depends on ARCH_OMAP2420
  152. default y
  153. select OMAP_PACKAGE_ZAC
  154. select MACH_NOKIA_N800
  155. select MACH_NOKIA_N810
  156. select MACH_NOKIA_N810_WIMAX
  157. config MACH_NOKIA_RX51
  158. bool "Nokia RX-51 board"
  159. depends on ARCH_OMAP3
  160. default y
  161. select OMAP_PACKAGE_CBB
  162. config MACH_OMAP_ZOOM2
  163. bool "OMAP3 Zoom2 board"
  164. depends on ARCH_OMAP3
  165. default y
  166. select OMAP_PACKAGE_CBB
  167. config MACH_OMAP_ZOOM3
  168. bool "OMAP3630 Zoom3 board"
  169. depends on ARCH_OMAP3
  170. default y
  171. select OMAP_PACKAGE_CBP
  172. config MACH_CM_T35
  173. bool "CompuLab CM-T35 module"
  174. depends on ARCH_OMAP3
  175. default y
  176. select OMAP_PACKAGE_CUS
  177. select OMAP_MUX
  178. config MACH_IGEP0020
  179. bool "IGEP v2 board"
  180. depends on ARCH_OMAP3
  181. default y
  182. select OMAP_PACKAGE_CBB
  183. config MACH_SBC3530
  184. bool "OMAP3 SBC STALKER board"
  185. depends on ARCH_OMAP3
  186. default y
  187. select OMAP_PACKAGE_CUS
  188. select OMAP_MUX
  189. config MACH_OMAP_3630SDP
  190. bool "OMAP3630 SDP board"
  191. depends on ARCH_OMAP3
  192. default y
  193. select OMAP_PACKAGE_CBP
  194. config MACH_OMAP_4430SDP
  195. bool "OMAP 4430 SDP board"
  196. default y
  197. depends on ARCH_OMAP4
  198. config MACH_OMAP4_PANDA
  199. bool "OMAP4 Panda Board"
  200. default y
  201. depends on ARCH_OMAP4
  202. config OMAP3_EMU
  203. bool "OMAP3 debugging peripherals"
  204. depends on ARCH_OMAP3
  205. select OC_ETM
  206. help
  207. Say Y here to enable debugging hardware of omap3
  208. config OMAP3_SDRC_AC_TIMING
  209. bool "Enable SDRC AC timing register changes"
  210. depends on ARCH_OMAP3
  211. default n
  212. help
  213. If you know that none of your system initiators will attempt to
  214. access SDRAM during CORE DVFS, select Y here. This should boost
  215. SDRAM performance at lower CORE OPPs. There are relatively few
  216. users who will wish to say yes at this point - almost everyone will
  217. wish to say no. Selecting yes without understanding what is
  218. going on could result in system crashes;
  219. endmenu
  220. endif