Kconfig 3.4 KB

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