Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. if ARCH_OMAP1
  2. menu "TI OMAP1 specific features"
  3. comment "OMAP Core Type"
  4. depends on ARCH_OMAP1
  5. config ARCH_OMAP730
  6. depends on ARCH_OMAP1
  7. bool "OMAP730 Based System"
  8. select CPU_ARM926T
  9. select OMAP_MPU_TIMER
  10. select ARCH_OMAP_OTG
  11. config ARCH_OMAP850
  12. depends on ARCH_OMAP1
  13. bool "OMAP850 Based System"
  14. select CPU_ARM926T
  15. select ARCH_OMAP_OTG
  16. config ARCH_OMAP15XX
  17. depends on ARCH_OMAP1
  18. default y
  19. bool "OMAP15xx Based System"
  20. select CPU_ARM925T
  21. select OMAP_MPU_TIMER
  22. config ARCH_OMAP16XX
  23. depends on ARCH_OMAP1
  24. bool "OMAP16xx Based System"
  25. select CPU_ARM926T
  26. select ARCH_OMAP_OTG
  27. comment "OMAP Board Type"
  28. depends on ARCH_OMAP1
  29. config MACH_OMAP_INNOVATOR
  30. bool "TI Innovator"
  31. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  32. select OMAP_MCBSP
  33. help
  34. TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
  35. have such a board.
  36. config MACH_OMAP_H2
  37. bool "TI H2 Support"
  38. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  39. select OMAP_MCBSP
  40. help
  41. TI OMAP 1610/1611B H2 board support. Say Y here if you have such
  42. a board.
  43. config MACH_OMAP_H3
  44. bool "TI H3 Support"
  45. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  46. help
  47. TI OMAP 1710 H3 board support. Say Y here if you have such
  48. a board.
  49. config MACH_OMAP_HTCWIZARD
  50. bool "HTC Wizard"
  51. depends on ARCH_OMAP850
  52. help
  53. HTC Wizard smartphone support (AKA QTEK 9100, ...)
  54. config MACH_HERALD
  55. bool "HTC Herald"
  56. depends on ARCH_OMAP850
  57. help
  58. HTC Herald smartphone support (AKA T-Mobile Wing, ...)
  59. config MACH_OMAP_OSK
  60. bool "TI OSK Support"
  61. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  62. select OMAP_MCBSP
  63. help
  64. TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
  65. if you have such a board.
  66. config OMAP_OSK_MISTRAL
  67. bool "Mistral QVGA board Support"
  68. depends on MACH_OMAP_OSK
  69. help
  70. The OSK supports an optional add-on board with a Quarter-VGA
  71. touchscreen, PDA-ish buttons, a resume button, bicolor LED,
  72. and camera connector. Say Y here if you have this board.
  73. config MACH_OMAP_PERSEUS2
  74. bool "TI Perseus2"
  75. depends on ARCH_OMAP1 && ARCH_OMAP730
  76. help
  77. Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
  78. a board.
  79. config MACH_OMAP_FSAMPLE
  80. bool "TI F-Sample"
  81. depends on ARCH_OMAP1 && ARCH_OMAP730
  82. help
  83. Support for TI OMAP 850 F-Sample board. Say Y here if you have such
  84. a board.
  85. config MACH_VOICEBLUE
  86. bool "Voiceblue"
  87. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  88. help
  89. Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
  90. such a board.
  91. config MACH_OMAP_PALMTE
  92. bool "Palm Tungsten E"
  93. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  94. help
  95. Support for the Palm Tungsten E PDA. To boot the kernel, you'll
  96. need a PalmOS compatible bootloader; check out
  97. http://palmtelinux.sourceforge.net/ for more information.
  98. Say Y here if you have this PDA model, say N otherwise.
  99. config MACH_OMAP_PALMZ71
  100. bool "Palm Zire71"
  101. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  102. help
  103. Support for the Palm Zire71 PDA. To boot the kernel,
  104. you'll need a PalmOS compatible bootloader; check out
  105. http://hackndev.com/palm/z71 for more information.
  106. Say Y here if you have such a PDA, say N otherwise.
  107. config MACH_OMAP_PALMTT
  108. bool "Palm Tungsten|T"
  109. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  110. help
  111. Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
  112. need a PalmOS compatible bootloader (Garux); check out
  113. http://garux.sourceforge.net/ for more information.
  114. Say Y here if you have this PDA model, say N otherwise.
  115. config MACH_SX1
  116. bool "Siemens SX1"
  117. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  118. help
  119. Support for the Siemens SX1 phone. To boot the kernel,
  120. you'll need a SX1 compatible bootloader; check out
  121. http://forum.oslik.ru and
  122. http://www.handhelds.org/moin/moin.cgi/SiemensSX1
  123. for more information.
  124. Say Y here if you have such a phone, say NO otherwise.
  125. config MACH_NOKIA770
  126. bool "Nokia 770"
  127. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  128. help
  129. Support for the Nokia 770 Internet Tablet. Say Y here if you
  130. have such a device.
  131. config MACH_AMS_DELTA
  132. bool "Amstrad E3 (Delta)"
  133. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  134. select FIQ
  135. help
  136. Support for the Amstrad E3 (codename Delta) videophone. Say Y here
  137. if you have such a device.
  138. config MACH_OMAP_GENERIC
  139. bool "Generic OMAP board"
  140. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  141. help
  142. Support for generic OMAP-1510, 1610 or 1710 board with
  143. no FPGA. Can be used as template for porting Linux to
  144. custom OMAP boards. Say Y here if you have a custom
  145. board.
  146. endmenu
  147. endif