Kconfig 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # arch/arm/mach-s3c6410/Kconfig
  2. #
  3. # Copyright 2008 Openmoko, Inc.
  4. # Copyright 2008 Simtec Electronics
  5. #
  6. # Licensed under GPLv2
  7. # Configuration options for the S3C6410 CPU
  8. config CPU_S3C6410
  9. bool
  10. select CPU_S3C6400_INIT
  11. select CPU_S3C6400_CLOCK
  12. help
  13. Enable S3C6410 CPU support
  14. config S3C6410_SETUP_SDHCI
  15. bool
  16. select S3C64XX_SETUP_SDHCI_GPIO
  17. help
  18. Internal helper functions for S3C6410 based SDHCI systems
  19. config MACH_ANW6410
  20. bool "A&W6410"
  21. select CPU_S3C6410
  22. select S3C_DEV_FB
  23. select S3C64XX_SETUP_FB_24BPP
  24. help
  25. Machine support for the A&W6410
  26. config MACH_SMDK6410
  27. bool "SMDK6410"
  28. select CPU_S3C6410
  29. select S3C_DEV_HSMMC
  30. select S3C_DEV_HSMMC1
  31. select S3C_DEV_I2C1
  32. select S3C_DEV_FB
  33. select S3C_DEV_USB_HOST
  34. select S3C6410_SETUP_SDHCI
  35. select S3C64XX_SETUP_I2C1
  36. select S3C64XX_SETUP_FB_24BPP
  37. help
  38. Machine support for the Samsung SMDK6410
  39. # At least some of the SMDK6410s were shipped with the card detect
  40. # for the MMC/SD slots connected to the same input. This means that
  41. # either the boards need to be altered to have channel0 to an alternate
  42. # configuration or that only one slot can be used.
  43. choice
  44. prompt "SMDK6410 MMC/SD slot setup"
  45. depends on MACH_SMDK6410
  46. config SMDK6410_SD_CH0
  47. bool "Use channel 0 only"
  48. depends on MACH_SMDK6410
  49. help
  50. Select CON7 (channel 0) as the MMC/SD slot, as
  51. at least some SMDK6410 boards come with the
  52. resistors fitted so that the card detects for
  53. channels 0 and 1 are the same.
  54. config SMDK6410_SD_CH1
  55. bool "Use channel 1 only"
  56. depends on MACH_SMDK6410
  57. help
  58. Select CON6 (channel 1) as the MMC/SD slot, as
  59. at least some SMDK6410 boards come with the
  60. resistors fitted so that the card detects for
  61. channels 0 and 1 are the same.
  62. endchoice
  63. config SMDK6410_WM1190_EV1
  64. bool "Support Wolfson Microelectronics 1190-EV1 PMIC card"
  65. depends on MACH_SMDK6410
  66. select REGULATOR
  67. select REGULATOR_WM8350
  68. select MFD_WM8350_I2C
  69. select MFD_WM8350_CONFIG_MODE_0
  70. select MFD_WM8350_CONFIG_MODE_3
  71. select MFD_WM8352_CONFIG_MODE_0
  72. help
  73. The Wolfson Microelectronics 1190-EV1 is a WM835x based PMIC
  74. and audio daughtercard for the Samsung SMDK6410 reference
  75. platform. Enabling this option will build support for this
  76. module into the kernel. The presence of the module will be
  77. detected at runtime so the the resulting kernel can be used
  78. with or without the 1190-EV1 fitted.
  79. config MACH_NCP
  80. bool "NCP"
  81. select CPU_S3C6410
  82. select S3C_DEV_I2C1
  83. select S3C_DEV_HSMMC1
  84. select S3C64XX_SETUP_I2C1
  85. help
  86. Machine support for the Samsung NCP