Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. # Copyright 2007 Simtec Electronics
  2. #
  3. # Licensed under GPLv2
  4. config CPU_S3C2410
  5. bool
  6. depends on ARCH_S3C2410
  7. select CPU_ARM920T
  8. select S3C2410_CLOCK
  9. select S3C2410_GPIO
  10. select CPU_LLSERIAL_S3C2410
  11. select S3C2410_PM if PM
  12. select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
  13. help
  14. Support for S3C2410 and S3C2410A family from the S3C24XX line
  15. of Samsung Mobile CPUs.
  16. config CPU_S3C2410_DMA
  17. bool
  18. depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
  19. default y if CPU_S3C2410 || CPU_S3C2442
  20. help
  21. DMA device selection for S3C2410 and compatible CPUs
  22. config S3C2410_PM
  23. bool
  24. help
  25. Power Management code common to S3C2410 and better
  26. config S3C2410_GPIO
  27. bool
  28. help
  29. GPIO code for S3C2410 and similar processors
  30. config SIMTEC_NOR
  31. bool
  32. help
  33. Internal node to specify machine has simtec NOR mapping
  34. config MACH_BAST_IDE
  35. bool
  36. select HAVE_PATA_PLATFORM
  37. help
  38. Internal node for machines with an BAST style IDE
  39. interface
  40. # cpu frequency scaling support
  41. config S3C2410_CPUFREQ
  42. bool
  43. depends on CPU_FREQ_S3C24XX && CPU_S3C2410
  44. select S3C2410_CPUFREQ_UTILS
  45. help
  46. CPU Frequency scaling support for S3C2410
  47. config S3C2410_PLLTABLE
  48. bool
  49. depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
  50. default y
  51. help
  52. Select the PLL table for the S3C2410
  53. menu "S3C2410 Machines"
  54. config ARCH_SMDK2410
  55. bool "SMDK2410/A9M2410"
  56. select CPU_S3C2410
  57. select MACH_SMDK
  58. help
  59. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  60. <http://www.fsforth.de>
  61. config ARCH_H1940
  62. bool "IPAQ H1940"
  63. select CPU_S3C2410
  64. select PM_H1940 if PM
  65. select S3C_DEV_USB_HOST
  66. select S3C_DEV_NAND
  67. help
  68. Say Y here if you are using the HP IPAQ H1940
  69. config H1940BT
  70. tristate "Control the state of H1940 bluetooth chip"
  71. depends on ARCH_H1940
  72. select RFKILL
  73. help
  74. This is a simple driver that is able to control
  75. the state of built in bluetooth chip on h1940.
  76. config PM_H1940
  77. bool
  78. help
  79. Internal node for H1940 and related PM
  80. config MACH_N30
  81. bool "Acer N30 family"
  82. select CPU_S3C2410
  83. select MACH_N35
  84. select S3C_DEV_USB_HOST
  85. select S3C_DEV_NAND
  86. help
  87. Say Y here if you want suppt for the Acer N30, Acer N35,
  88. Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
  89. config MACH_N35
  90. bool
  91. help
  92. Internal node in order to enable support for Acer N35 if Acer N30 is
  93. selected.
  94. config ARCH_BAST
  95. bool "Simtec Electronics BAST (EB2410ITX)"
  96. select CPU_S3C2410
  97. select S3C2410_IOTIMING if S3C2410_CPUFREQ
  98. select PM_SIMTEC if PM
  99. select SIMTEC_NOR
  100. select MACH_BAST_IDE
  101. select S3C24XX_DCLK
  102. select ISA
  103. select S3C_DEV_USB_HOST
  104. select S3C_DEV_NAND
  105. help
  106. Say Y here if you are using the Simtec Electronics EB2410ITX
  107. development board (also known as BAST)
  108. config MACH_OTOM
  109. bool "NexVision OTOM Board"
  110. select CPU_S3C2410
  111. select S3C_DEV_USB_HOST
  112. select S3C_DEV_NAND
  113. help
  114. Say Y here if you are using the Nex Vision OTOM board
  115. config MACH_AML_M5900
  116. bool "AML M5900 Series"
  117. select CPU_S3C2410
  118. select PM_SIMTEC if PM
  119. select S3C_DEV_USB_HOST
  120. help
  121. Say Y here if you are using the American Microsystems M5900 Series
  122. <http://www.amltd.com>
  123. config BAST_PC104_IRQ
  124. bool "BAST PC104 IRQ support"
  125. depends on ARCH_BAST
  126. default y
  127. help
  128. Say Y here to enable the PC104 IRQ routing on the
  129. Simtec BAST (EB2410ITX)
  130. config MACH_TCT_HAMMER
  131. bool "TCT Hammer Board"
  132. select CPU_S3C2410
  133. select S3C_DEV_USB_HOST
  134. help
  135. Say Y here if you are using the TinCanTools Hammer Board
  136. <http://www.tincantools.com>
  137. config MACH_VR1000
  138. bool "Thorcom VR1000"
  139. select PM_SIMTEC if PM
  140. select S3C24XX_DCLK
  141. select SIMTEC_NOR
  142. select MACH_BAST_IDE
  143. select CPU_S3C2410
  144. select S3C_DEV_USB_HOST
  145. help
  146. Say Y here if you are using the Thorcom VR1000 board.
  147. config MACH_QT2410
  148. bool "QT2410"
  149. select CPU_S3C2410
  150. select S3C_DEV_USB_HOST
  151. select S3C_DEV_NAND
  152. help
  153. Say Y here if you are using the Armzone QT2410
  154. endmenu