Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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 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_OSIRIS
  35. bool "Simtec IM2440D20 (OSIRIS) module"
  36. select CPU_S3C2440
  37. select S3C24XX_DCLK
  38. select PM_SIMTEC if PM
  39. select S3C24XX_GPIO_EXTRA128
  40. select S3C2440_XTAL_12000000
  41. select S3C2410_IOTIMING if S3C2440_CPUFREQ
  42. select S3C_DEV_USB_HOST
  43. select S3C_DEV_NAND
  44. help
  45. Say Y here if you are using the Simtec IM2440D20 module, also
  46. known as the Osiris.
  47. config MACH_OSIRIS_DVS
  48. tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
  49. depends on MACH_OSIRIS
  50. select TPS65010
  51. help
  52. Say Y/M here if you want to have dynamic voltage scaling support
  53. on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
  54. The DVS driver alters the voltage supplied to the ARM core
  55. depending on the frequency it is running at. The driver itself
  56. does not do any of the frequency alteration, which is left up
  57. to the cpufreq driver.
  58. config MACH_RX3715
  59. bool "HP iPAQ rx3715"
  60. select CPU_S3C2440
  61. select S3C2440_XTAL_16934400
  62. select PM_H1940 if PM
  63. select S3C_DEV_NAND
  64. help
  65. Say Y here if you are using the HP iPAQ rx3715.
  66. config ARCH_S3C2440
  67. bool "SMDK2440"
  68. select CPU_S3C2440
  69. select S3C2440_XTAL_16934400
  70. select MACH_SMDK
  71. select S3C_DEV_USB_HOST
  72. select S3C_DEV_NAND
  73. help
  74. Say Y here if you are using the SMDK2440.
  75. config MACH_NEXCODER_2440
  76. bool "NexVision NEXCODER 2440 Light Board"
  77. select CPU_S3C2440
  78. select S3C2440_XTAL_12000000
  79. select S3C_DEV_USB_HOST
  80. select S3C_DEV_NAND
  81. help
  82. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  83. config SMDK2440_CPU2440
  84. bool "SMDK2440 with S3C2440 CPU module"
  85. depends on ARCH_S3C2440
  86. default y if ARCH_S3C2440
  87. select S3C2440_XTAL_16934400
  88. select CPU_S3C2440
  89. config MACH_AT2440EVB
  90. bool "Avantech AT2440EVB development board"
  91. select CPU_S3C2440
  92. select S3C_DEV_USB_HOST
  93. select S3C_DEV_NAND
  94. help
  95. Say Y here if you are using the AT2440EVB development board
  96. config MACH_MINI2440
  97. bool "MINI2440 development board"
  98. select CPU_S3C2440
  99. select EEPROM_AT24
  100. select LEDS_TRIGGER_BACKLIGHT
  101. select SND_S3C24XX_SOC_S3C24XX_UDA134X
  102. select S3C_DEV_NAND
  103. select S3C_DEV_USB_HOST
  104. help
  105. Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
  106. available via various sources. It can come with a 3.5" or 7" touch LCD.
  107. endmenu