Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. comment "OMAP Core Type"
  2. depends on ARCH_OMAP1
  3. config ARCH_OMAP730
  4. depends on ARCH_OMAP1
  5. bool "OMAP730 Based System"
  6. select ARCH_OMAP_OTG
  7. config ARCH_OMAP1510
  8. depends on ARCH_OMAP1
  9. default y
  10. bool "OMAP1510 Based System"
  11. config ARCH_OMAP16XX
  12. depends on ARCH_OMAP1
  13. bool "OMAP16xx Based System"
  14. select ARCH_OMAP_OTG
  15. comment "OMAP Board Type"
  16. depends on ARCH_OMAP1
  17. config MACH_OMAP_INNOVATOR
  18. bool "TI Innovator"
  19. depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX)
  20. help
  21. TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
  22. have such a board.
  23. config MACH_OMAP_H2
  24. bool "TI H2 Support"
  25. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  26. help
  27. TI OMAP 1610/1611B H2 board support. Say Y here if you have such
  28. a board.
  29. config MACH_OMAP_H3
  30. bool "TI H3 Support"
  31. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  32. help
  33. TI OMAP 1710 H3 board support. Say Y here if you have such
  34. a board.
  35. config MACH_OMAP_OSK
  36. bool "TI OSK Support"
  37. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  38. help
  39. TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
  40. if you have such a board.
  41. config OMAP_OSK_MISTRAL
  42. bool "Mistral QVGA board Support"
  43. depends on MACH_OMAP_OSK
  44. help
  45. The OSK supports an optional add-on board with a Quarter-VGA
  46. touchscreen, PDA-ish buttons, a resume button, bicolor LED,
  47. and camera connector. Say Y here if you have this board.
  48. config MACH_OMAP_PERSEUS2
  49. bool "TI Perseus2"
  50. depends on ARCH_OMAP1 && ARCH_OMAP730
  51. help
  52. Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
  53. a board.
  54. config MACH_VOICEBLUE
  55. bool "Voiceblue"
  56. depends on ARCH_OMAP1 && ARCH_OMAP1510
  57. help
  58. Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
  59. such a board.
  60. config MACH_NETSTAR
  61. bool "NetStar"
  62. depends on ARCH_OMAP1 && ARCH_OMAP1510
  63. help
  64. Support for NetStar PBX. Say Y here if you have such a board.
  65. config MACH_OMAP_GENERIC
  66. bool "Generic OMAP board"
  67. depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX)
  68. help
  69. Support for generic OMAP-1510, 1610 or 1710 board with
  70. no FPGA. Can be used as template for porting Linux to
  71. custom OMAP boards. Say Y here if you have a custom
  72. board.
  73. comment "OMAP CPU Speed"
  74. depends on ARCH_OMAP1
  75. config OMAP_CLOCKS_SET_BY_BOOTLOADER
  76. bool "OMAP clocks set by bootloader"
  77. depends on ARCH_OMAP1
  78. help
  79. Enable this option to prevent the kernel from overriding the clock
  80. frequencies programmed by bootloader for MPU, DSP, MMUs, TC,
  81. internal LCD controller and MPU peripherals.
  82. config OMAP_ARM_216MHZ
  83. bool "OMAP ARM 216 MHz CPU (1710 only)"
  84. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  85. help
  86. Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N.
  87. config OMAP_ARM_195MHZ
  88. bool "OMAP ARM 195 MHz CPU"
  89. depends on ARCH_OMAP1 && ARCH_OMAP730
  90. help
  91. Enable 195MHz clock for OMAP CPU. If unsure, say N.
  92. config OMAP_ARM_192MHZ
  93. bool "OMAP ARM 192 MHz CPU"
  94. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  95. help
  96. Enable 192MHz clock for OMAP CPU. If unsure, say N.
  97. config OMAP_ARM_182MHZ
  98. bool "OMAP ARM 182 MHz CPU"
  99. depends on ARCH_OMAP1 && ARCH_OMAP730
  100. help
  101. Enable 182MHz clock for OMAP CPU. If unsure, say N.
  102. config OMAP_ARM_168MHZ
  103. bool "OMAP ARM 168 MHz CPU"
  104. depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730)
  105. help
  106. Enable 168MHz clock for OMAP CPU. If unsure, say N.
  107. config OMAP_ARM_150MHZ
  108. bool "OMAP ARM 150 MHz CPU"
  109. depends on ARCH_OMAP1 && ARCH_OMAP1510
  110. help
  111. Enable 150MHz clock for OMAP CPU. If unsure, say N.
  112. config OMAP_ARM_120MHZ
  113. bool "OMAP ARM 120 MHz CPU"
  114. depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730)
  115. help
  116. Enable 120MHz clock for OMAP CPU. If unsure, say N.
  117. config OMAP_ARM_60MHZ
  118. bool "OMAP ARM 60 MHz CPU"
  119. depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730)
  120. default y
  121. help
  122. Enable 60MHz clock for OMAP CPU. If unsure, say Y.
  123. config OMAP_ARM_30MHZ
  124. bool "OMAP ARM 30 MHz CPU"
  125. depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730)
  126. help
  127. Enable 30MHz clock for OMAP CPU. If unsure, say N.