Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. # Copyright 2007 Simtec Electronics
  2. #
  3. # Licensed under GPLv2
  4. config CPU_S3C2440
  5. bool
  6. select CPU_ARM920T
  7. select S3C_GPIO_PULL_UP
  8. select S3C2410_CLOCK
  9. select S3C2410_PM if PM
  10. select S3C2410_GPIO
  11. select S3C2440_DMA if S3C2410_DMA
  12. select CPU_S3C244X
  13. select CPU_LLSERIAL_S3C2440
  14. help
  15. Support for S3C2440 Samsung Mobile CPU based systems.
  16. config CPU_S3C2442
  17. bool
  18. select CPU_ARM920T
  19. select S3C_GPIO_PULL_DOWN
  20. select S3C2410_CLOCK
  21. select S3C2410_GPIO
  22. select S3C2410_PM if PM
  23. select CPU_S3C244X
  24. select CPU_LLSERIAL_S3C2440
  25. help
  26. Support for S3C2442 Samsung Mobile CPU based systems.
  27. config CPU_S3C244X
  28. bool
  29. depends on CPU_S3C2440 || CPU_S3C2442
  30. help
  31. Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
  32. config S3C2440_CPUFREQ
  33. bool "S3C2440/S3C2442 CPU Frequency scaling support"
  34. depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
  35. select S3C2410_CPUFREQ_UTILS
  36. default y
  37. help
  38. CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
  39. config S3C2440_XTAL_12000000
  40. bool
  41. help
  42. Indicate that the build needs to support 12MHz system
  43. crystal.
  44. config S3C2440_XTAL_16934400
  45. bool
  46. help
  47. Indicate that the build needs to support 16.9344MHz system
  48. crystal.
  49. config S3C2440_PLL_12000000
  50. bool
  51. depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000
  52. default y if CPU_FREQ_S3C24XX_PLL
  53. help
  54. PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
  55. config S3C2440_PLL_16934400
  56. bool
  57. depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400
  58. default y if CPU_FREQ_S3C24XX_PLL
  59. help
  60. PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
  61. config S3C2440_DMA
  62. bool
  63. depends on CPU_S3C2440
  64. help
  65. Support for S3C2440 specific DMA code5A
  66. menu "S3C2440 and S3C2442 Machines"
  67. config MACH_ANUBIS
  68. bool "Simtec Electronics ANUBIS"
  69. select CPU_S3C2440
  70. select S3C24XX_DCLK
  71. select PM_SIMTEC if PM
  72. select HAVE_PATA_PLATFORM
  73. select S3C24XX_GPIO_EXTRA64
  74. select S3C2440_XTAL_12000000
  75. select S3C_DEV_USB_HOST
  76. help
  77. Say Y here if you are using the Simtec Electronics ANUBIS
  78. development system
  79. config MACH_NEO1973_GTA02
  80. bool "Openmoko GTA02 / Freerunner phone"
  81. select CPU_S3C2442
  82. select MFD_PCF50633
  83. select PCF50633_GPIO
  84. select I2C
  85. select POWER_SUPPLY
  86. select MACH_NEO1973
  87. select S3C2410_PWM
  88. select S3C_DEV_USB_HOST
  89. help
  90. Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
  91. config MACH_OSIRIS
  92. bool "Simtec IM2440D20 (OSIRIS) module"
  93. select CPU_S3C2440
  94. select S3C24XX_DCLK
  95. select PM_SIMTEC if PM
  96. select S3C24XX_GPIO_EXTRA128
  97. select S3C2440_XTAL_12000000
  98. select S3C2410_IOTIMING if S3C2440_CPUFREQ
  99. select S3C_DEV_USB_HOST
  100. select S3C_DEV_NAND
  101. help
  102. Say Y here if you are using the Simtec IM2440D20 module, also
  103. known as the Osiris.
  104. config MACH_OSIRIS_DVS
  105. tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
  106. depends on MACH_OSIRIS
  107. select TPS65010
  108. help
  109. Say Y/M here if you want to have dynamic voltage scaling support
  110. on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
  111. The DVS driver alters the voltage supplied to the ARM core
  112. depending on the frequency it is running at. The driver itself
  113. does not do any of the frequency alteration, which is left up
  114. to the cpufreq driver.
  115. config MACH_RX3715
  116. bool "HP iPAQ rx3715"
  117. select CPU_S3C2440
  118. select S3C2440_XTAL_16934400
  119. select PM_H1940 if PM
  120. select S3C_DEV_NAND
  121. help
  122. Say Y here if you are using the HP iPAQ rx3715.
  123. config ARCH_S3C2440
  124. bool "SMDK2440"
  125. select CPU_S3C2440
  126. select S3C2440_XTAL_16934400
  127. select MACH_SMDK
  128. select S3C_DEV_USB_HOST
  129. select S3C_DEV_NAND
  130. help
  131. Say Y here if you are using the SMDK2440.
  132. config MACH_NEXCODER_2440
  133. bool "NexVision NEXCODER 2440 Light Board"
  134. select CPU_S3C2440
  135. select S3C2440_XTAL_12000000
  136. select S3C_DEV_USB_HOST
  137. select S3C_DEV_NAND
  138. help
  139. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  140. config SMDK2440_CPU2440
  141. bool "SMDK2440 with S3C2440 CPU module"
  142. default y if ARCH_S3C2440
  143. select S3C2440_XTAL_16934400
  144. select CPU_S3C2440
  145. config SMDK2440_CPU2442
  146. bool "SMDM2440 with S3C2442 CPU module"
  147. select CPU_S3C2442
  148. config MACH_AT2440EVB
  149. bool "Avantech AT2440EVB development board"
  150. select CPU_S3C2440
  151. select S3C_DEV_USB_HOST
  152. select S3C_DEV_NAND
  153. help
  154. Say Y here if you are using the AT2440EVB development board
  155. config MACH_MINI2440
  156. bool "MINI2440 development board"
  157. select CPU_S3C2440
  158. select EEPROM_AT24
  159. select NEW_LEDS
  160. select LEDS_CLASS
  161. select LEDS_TRIGGER
  162. select LEDS_TRIGGER_BACKLIGHT
  163. select S3C_DEV_NAND
  164. select S3C_DEV_USB_HOST
  165. help
  166. Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
  167. available via various sources. It can come with a 3.5" or 7" touch LCD.
  168. config MACH_RX1950
  169. bool "HP iPAQ rx1950"
  170. select CPU_S3C2442
  171. select S3C24XX_DCLK
  172. select PM_H1940 if PM
  173. select I2C
  174. select S3C2410_PWM
  175. select S3C_DEV_NAND
  176. select S3C2410_IOTIMING if S3C2440_CPUFREQ
  177. select S3C2440_XTAL_16934400
  178. help
  179. Say Y here if you're using HP iPAQ rx1950
  180. endmenu