Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. comment "OMAP Core Type"
  2. depends on ARCH_OMAP2
  3. config ARCH_OMAP2420
  4. bool "OMAP2420 support"
  5. depends on ARCH_OMAP2
  6. select OMAP_DM_TIMER
  7. select ARCH_OMAP_OTG
  8. config ARCH_OMAP2430
  9. bool "OMAP2430 support"
  10. depends on ARCH_OMAP2
  11. select ARCH_OMAP_OTG
  12. config ARCH_OMAP3430
  13. bool "OMAP3430 support"
  14. depends on ARCH_OMAP3
  15. select ARCH_OMAP_OTG
  16. config OMAP_PACKAGE_CBC
  17. bool
  18. config OMAP_PACKAGE_CBB
  19. bool
  20. config OMAP_PACKAGE_CUS
  21. bool
  22. config OMAP_PACKAGE_CBP
  23. bool
  24. comment "OMAP Board Type"
  25. depends on ARCH_OMAP2PLUS
  26. config MACH_OMAP_GENERIC
  27. bool "Generic OMAP board"
  28. depends on ARCH_OMAP2
  29. config MACH_OMAP2_TUSB6010
  30. bool
  31. depends on ARCH_OMAP2 && ARCH_OMAP2420
  32. default y if MACH_NOKIA_N8X0
  33. config MACH_OMAP_H4
  34. bool "OMAP 2420 H4 board"
  35. depends on ARCH_OMAP2
  36. select OMAP_DEBUG_DEVICES
  37. config MACH_OMAP_APOLLON
  38. bool "OMAP 2420 Apollon board"
  39. depends on ARCH_OMAP2
  40. config MACH_OMAP_2430SDP
  41. bool "OMAP 2430 SDP board"
  42. depends on ARCH_OMAP2
  43. config MACH_OMAP3_BEAGLE
  44. bool "OMAP3 BEAGLE board"
  45. depends on ARCH_OMAP3
  46. select OMAP_PACKAGE_CBB
  47. config MACH_DEVKIT8000
  48. bool "DEVKIT8000 board"
  49. depends on ARCH_OMAP3
  50. select OMAP_PACKAGE_CUS
  51. select OMAP_MUX
  52. config MACH_OMAP_LDP
  53. bool "OMAP3 LDP board"
  54. depends on ARCH_OMAP3
  55. select OMAP_PACKAGE_CBB
  56. config MACH_OVERO
  57. bool "Gumstix Overo board"
  58. depends on ARCH_OMAP3
  59. select OMAP_PACKAGE_CBB
  60. config MACH_OMAP3EVM
  61. bool "OMAP 3530 EVM board"
  62. depends on ARCH_OMAP3
  63. select OMAP_PACKAGE_CBB
  64. config MACH_OMAP3517EVM
  65. bool "OMAP3517/ AM3517 EVM board"
  66. depends on ARCH_OMAP3
  67. select OMAP_PACKAGE_CBB
  68. config MACH_OMAP3_PANDORA
  69. bool "OMAP3 Pandora"
  70. depends on ARCH_OMAP3
  71. select OMAP_PACKAGE_CBB
  72. config MACH_OMAP3_TOUCHBOOK
  73. bool "OMAP3 Touch Book"
  74. depends on ARCH_OMAP3
  75. select BACKLIGHT_CLASS_DEVICE
  76. config MACH_OMAP_3430SDP
  77. bool "OMAP 3430 SDP board"
  78. depends on ARCH_OMAP3
  79. select OMAP_PACKAGE_CBB
  80. config MACH_NOKIA_N800
  81. bool
  82. config MACH_NOKIA_N810
  83. bool
  84. config MACH_NOKIA_N810_WIMAX
  85. bool
  86. config MACH_NOKIA_N8X0
  87. bool "Nokia N800/N810"
  88. depends on ARCH_OMAP2420
  89. select MACH_NOKIA_N800
  90. select MACH_NOKIA_N810
  91. select MACH_NOKIA_N810_WIMAX
  92. config MACH_NOKIA_RX51
  93. bool "Nokia RX-51 board"
  94. depends on ARCH_OMAP3
  95. select OMAP_PACKAGE_CBB
  96. config MACH_OMAP_ZOOM2
  97. bool "OMAP3 Zoom2 board"
  98. depends on ARCH_OMAP3
  99. select OMAP_PACKAGE_CBB
  100. config MACH_OMAP_ZOOM3
  101. bool "OMAP3630 Zoom3 board"
  102. depends on ARCH_OMAP3
  103. select OMAP_PACKAGE_CBP
  104. config MACH_CM_T35
  105. bool "CompuLab CM-T35 module"
  106. depends on ARCH_OMAP3
  107. select OMAP_PACKAGE_CUS
  108. select OMAP_MUX
  109. config MACH_IGEP0020
  110. bool "IGEP v2 board"
  111. depends on ARCH_OMAP3
  112. select OMAP_PACKAGE_CBB
  113. config MACH_SBC3530
  114. bool "OMAP3 SBC STALKER board"
  115. depends on ARCH_OMAP3
  116. select OMAP_PACKAGE_CUS
  117. select OMAP_MUX
  118. config MACH_OMAP_3630SDP
  119. bool "OMAP3630 SDP board"
  120. depends on ARCH_OMAP3
  121. select OMAP_PACKAGE_CBP
  122. config MACH_OMAP_4430SDP
  123. bool "OMAP 4430 SDP board"
  124. depends on ARCH_OMAP4
  125. config OMAP3_EMU
  126. bool "OMAP3 debugging peripherals"
  127. depends on ARCH_OMAP3
  128. select OC_ETM
  129. help
  130. Say Y here to enable debugging hardware of omap3
  131. config OMAP3_SDRC_AC_TIMING
  132. bool "Enable SDRC AC timing register changes"
  133. depends on ARCH_OMAP3
  134. default n
  135. help
  136. If you know that none of your system initiators will attempt to
  137. access SDRAM during CORE DVFS, select Y here. This should boost
  138. SDRAM performance at lower CORE OPPs. There are relatively few
  139. users who will wish to say yes at this point - almost everyone will
  140. wish to say no. Selecting yes without understanding what is
  141. going on could result in system crashes;