Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. # Copyright 2008 Openmoko, Inc.
  2. # Simtec Electronics, Ben Dooks <ben@simtec.co.uk>
  3. #
  4. # Licensed under GPLv2
  5. # Configuration options for the S3C6410 CPU
  6. config CPU_S3C6400
  7. bool
  8. select CPU_S3C6400_INIT
  9. select CPU_S3C6400_CLOCK
  10. help
  11. Enable S3C6400 CPU support
  12. config CPU_S3C6410
  13. bool
  14. select CPU_S3C6400_INIT
  15. select CPU_S3C6400_CLOCK
  16. help
  17. Enable S3C6410 CPU support
  18. config S3C64XX_SETUP_SDHCI
  19. select S3C64XX_SETUP_SDHCI_GPIO
  20. bool
  21. help
  22. Internal configuration for default SDHCI setup for S3C6400 and
  23. S3C6410 SoCs.
  24. # S36400 Macchine support
  25. config MACH_SMDK6400
  26. bool "SMDK6400"
  27. select CPU_S3C6400
  28. select S3C_DEV_HSMMC
  29. select S3C_DEV_NAND
  30. select S3C64XX_SETUP_SDHCI
  31. help
  32. Machine support for the Samsung SMDK6400
  33. # S3C6410 machine support
  34. config MACH_ANW6410
  35. bool "A&W6410"
  36. select CPU_S3C6410
  37. select S3C_DEV_FB
  38. select S3C64XX_SETUP_FB_24BPP
  39. help
  40. Machine support for the A&W6410
  41. config MACH_SMDK6410
  42. bool "SMDK6410"
  43. select CPU_S3C6410
  44. select S3C_DEV_HSMMC
  45. select S3C_DEV_HSMMC1
  46. select S3C_DEV_I2C1
  47. select S3C_DEV_FB
  48. select S3C_DEV_USB_HOST
  49. select S3C_DEV_USB_HSOTG
  50. select S3C64XX_SETUP_SDHCI
  51. select S3C64XX_SETUP_I2C1
  52. select S3C64XX_SETUP_FB_24BPP
  53. help
  54. Machine support for the Samsung SMDK6410
  55. # At least some of the SMDK6410s were shipped with the card detect
  56. # for the MMC/SD slots connected to the same input. This means that
  57. # either the boards need to be altered to have channel0 to an alternate
  58. # configuration or that only one slot can be used.
  59. choice
  60. prompt "SMDK6410 MMC/SD slot setup"
  61. depends on MACH_SMDK6410
  62. config SMDK6410_SD_CH0
  63. bool "Use channel 0 only"
  64. depends on MACH_SMDK6410
  65. help
  66. Select CON7 (channel 0) as the MMC/SD slot, as
  67. at least some SMDK6410 boards come with the
  68. resistors fitted so that the card detects for
  69. channels 0 and 1 are the same.
  70. config SMDK6410_SD_CH1
  71. bool "Use channel 1 only"
  72. depends on MACH_SMDK6410
  73. help
  74. Select CON6 (channel 1) as the MMC/SD slot, as
  75. at least some SMDK6410 boards come with the
  76. resistors fitted so that the card detects for
  77. channels 0 and 1 are the same.
  78. endchoice
  79. config SMDK6410_WM1190_EV1
  80. bool "Support Wolfson Microelectronics 1190-EV1 PMIC card"
  81. depends on MACH_SMDK6410
  82. select REGULATOR
  83. select REGULATOR_WM8350
  84. select S3C24XX_GPIO_EXTRA64
  85. select MFD_WM8350_I2C
  86. select MFD_WM8350_CONFIG_MODE_0
  87. select MFD_WM8350_CONFIG_MODE_3
  88. select MFD_WM8352_CONFIG_MODE_0
  89. help
  90. The Wolfson Microelectronics 1190-EV1 is a WM835x based PMIC
  91. and audio daughtercard for the Samsung SMDK6410 reference
  92. platform. Enabling this option will build support for this
  93. module into the kernel. The presence of the module will be
  94. detected at runtime so the the resulting kernel can be used
  95. with or without the 1190-EV1 fitted.
  96. config MACH_NCP
  97. bool "NCP"
  98. select CPU_S3C6410
  99. select S3C_DEV_I2C1
  100. select S3C_DEV_HSMMC1
  101. select S3C64XX_SETUP_I2C1
  102. help
  103. Machine support for the Samsung NCP
  104. config MACH_HMT
  105. bool "Airgoo HMT"
  106. select CPU_S3C6410
  107. select S3C_DEV_FB
  108. select S3C_DEV_NAND
  109. select S3C_DEV_USB_HOST
  110. select S3C64XX_SETUP_FB_24BPP
  111. select HAVE_PWM
  112. help
  113. Machine support for the Airgoo HMT