Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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 S3C_DEV_USB_HOST
  84. select S3C_DEV_NAND
  85. help
  86. Say Y here if you want suppt for the Acer N30, Acer N35,
  87. Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
  88. config ARCH_BAST
  89. bool "Simtec Electronics BAST (EB2410ITX)"
  90. select CPU_S3C2410
  91. select S3C2410_IOTIMING if S3C2410_CPUFREQ
  92. select PM_SIMTEC if PM
  93. select SIMTEC_NOR
  94. select MACH_BAST_IDE
  95. select S3C24XX_DCLK
  96. select ISA
  97. select S3C_DEV_USB_HOST
  98. select S3C_DEV_NAND
  99. help
  100. Say Y here if you are using the Simtec Electronics EB2410ITX
  101. development board (also known as BAST)
  102. config MACH_OTOM
  103. bool "NexVision OTOM Board"
  104. select CPU_S3C2410
  105. select S3C_DEV_USB_HOST
  106. select S3C_DEV_NAND
  107. help
  108. Say Y here if you are using the Nex Vision OTOM board
  109. config MACH_AML_M5900
  110. bool "AML M5900 Series"
  111. select CPU_S3C2410
  112. select PM_SIMTEC if PM
  113. select S3C_DEV_USB_HOST
  114. help
  115. Say Y here if you are using the American Microsystems M5900 Series
  116. <http://www.amltd.com>
  117. config BAST_PC104_IRQ
  118. bool "BAST PC104 IRQ support"
  119. depends on ARCH_BAST
  120. default y
  121. help
  122. Say Y here to enable the PC104 IRQ routing on the
  123. Simtec BAST (EB2410ITX)
  124. config MACH_TCT_HAMMER
  125. bool "TCT Hammer Board"
  126. select CPU_S3C2410
  127. select S3C_DEV_USB_HOST
  128. help
  129. Say Y here if you are using the TinCanTools Hammer Board
  130. <http://www.tincantools.com>
  131. config MACH_VR1000
  132. bool "Thorcom VR1000"
  133. select PM_SIMTEC if PM
  134. select S3C24XX_DCLK
  135. select SIMTEC_NOR
  136. select MACH_BAST_IDE
  137. select CPU_S3C2410
  138. select S3C_DEV_USB_HOST
  139. help
  140. Say Y here if you are using the Thorcom VR1000 board.
  141. config MACH_QT2410
  142. bool "QT2410"
  143. select CPU_S3C2410
  144. select S3C_DEV_USB_HOST
  145. select S3C_DEV_NAND
  146. help
  147. Say Y here if you are using the Armzone QT2410
  148. endmenu