Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. # Copyright 2007 Simtec Electronics
  2. #
  3. # Licensed under GPLv2
  4. config CPU_S3C2440
  5. bool
  6. depends on ARCH_S3C2410
  7. select CPU_ARM920T
  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 S3C2440_DMA
  17. bool
  18. depends on ARCH_S3C2410 && CPU_S3C24405B
  19. help
  20. Support for S3C2440 specific DMA code5A
  21. menu "S3C2440 and S3C2442 Machines"
  22. config MACH_ANUBIS
  23. bool "Simtec Electronics ANUBIS"
  24. select CPU_S3C2440
  25. select S3C24XX_DCLK
  26. select PM_SIMTEC if PM
  27. select HAVE_PATA_PLATFORM
  28. select S3C24XX_GPIO_EXTRA64
  29. select S3C2440_XTAL_12000000
  30. select S3C_DEV_USB_HOST
  31. help
  32. Say Y here if you are using the Simtec Electronics ANUBIS
  33. development system
  34. config MACH_NEO1973_GTA02
  35. bool "Openmoko GTA02 / Freerunner phone"
  36. select CPU_S3C2442
  37. select MFD_PCF50633
  38. select PCF50633_GPIO
  39. select I2C
  40. select POWER_SUPPLY
  41. select MACH_NEO1973
  42. select S3C2410_PWM
  43. help
  44. Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
  45. config MACH_OSIRIS
  46. bool "Simtec IM2440D20 (OSIRIS) module"
  47. select CPU_S3C2440
  48. select S3C24XX_DCLK
  49. select PM_SIMTEC if PM
  50. select S3C24XX_GPIO_EXTRA128
  51. select S3C2440_XTAL_12000000
  52. select S3C2410_IOTIMING if S3C2440_CPUFREQ
  53. select S3C_DEV_USB_HOST
  54. select S3C_DEV_NAND
  55. help
  56. Say Y here if you are using the Simtec IM2440D20 module, also
  57. known as the Osiris.
  58. config MACH_OSIRIS_DVS
  59. tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
  60. depends on MACH_OSIRIS
  61. select TPS65010
  62. help
  63. Say Y/M here if you want to have dynamic voltage scaling support
  64. on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
  65. The DVS driver alters the voltage supplied to the ARM core
  66. depending on the frequency it is running at. The driver itself
  67. does not do any of the frequency alteration, which is left up
  68. to the cpufreq driver.
  69. config MACH_RX3715
  70. bool "HP iPAQ rx3715"
  71. select CPU_S3C2440
  72. select S3C2440_XTAL_16934400
  73. select PM_H1940 if PM
  74. select S3C_DEV_NAND
  75. help
  76. Say Y here if you are using the HP iPAQ rx3715.
  77. config ARCH_S3C2440
  78. bool "SMDK2440"
  79. select CPU_S3C2440
  80. select S3C2440_XTAL_16934400
  81. select MACH_SMDK
  82. select S3C_DEV_USB_HOST
  83. select S3C_DEV_NAND
  84. help
  85. Say Y here if you are using the SMDK2440.
  86. config MACH_NEXCODER_2440
  87. bool "NexVision NEXCODER 2440 Light Board"
  88. select CPU_S3C2440
  89. select S3C2440_XTAL_12000000
  90. select S3C_DEV_USB_HOST
  91. select S3C_DEV_NAND
  92. help
  93. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  94. config SMDK2440_CPU2440
  95. bool "SMDK2440 with S3C2440 CPU module"
  96. default y if ARCH_S3C2440
  97. select S3C2440_XTAL_16934400
  98. select CPU_S3C2440
  99. config SMDK2440_CPU2442
  100. bool "SMDM2440 with S3C2442 CPU module"
  101. select CPU_S3C2442
  102. config MACH_AT2440EVB
  103. bool "Avantech AT2440EVB development board"
  104. select CPU_S3C2440
  105. select S3C_DEV_USB_HOST
  106. select S3C_DEV_NAND
  107. help
  108. Say Y here if you are using the AT2440EVB development board
  109. config MACH_MINI2440
  110. bool "MINI2440 development board"
  111. select CPU_S3C2440
  112. select EEPROM_AT24
  113. select LEDS_TRIGGER_BACKLIGHT
  114. select SND_S3C24XX_SOC_S3C24XX_UDA134X
  115. select S3C_DEV_NAND
  116. select S3C_DEV_USB_HOST
  117. help
  118. Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
  119. available via various sources. It can come with a 3.5" or 7" touch LCD.
  120. endmenu