Kconfig 3.2 KB

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