Kconfig 3.5 KB

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