diff options
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index 1d5010070027..e63aac7f4e5a 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -16,9 +16,18 @@ config CPU_S3C6410 | |||
16 | 16 | ||
17 | config S3C6410_SETUP_SDHCI | 17 | config S3C6410_SETUP_SDHCI |
18 | bool | 18 | bool |
19 | select S3C64XX_SETUP_SDHCI_GPIO | ||
19 | help | 20 | help |
20 | Internal helper functions for S3C6410 based SDHCI systems | 21 | Internal helper functions for S3C6410 based SDHCI systems |
21 | 22 | ||
23 | config MACH_ANW6410 | ||
24 | bool "A&W6410" | ||
25 | select CPU_S3C6410 | ||
26 | select S3C_DEV_FB | ||
27 | select S3C64XX_SETUP_FB_24BPP | ||
28 | help | ||
29 | Machine support for the A&W6410 | ||
30 | |||
22 | config MACH_SMDK6410 | 31 | config MACH_SMDK6410 |
23 | bool "SMDK6410" | 32 | bool "SMDK6410" |
24 | select CPU_S3C6410 | 33 | select CPU_S3C6410 |
@@ -26,6 +35,8 @@ config MACH_SMDK6410 | |||
26 | select S3C_DEV_HSMMC1 | 35 | select S3C_DEV_HSMMC1 |
27 | select S3C_DEV_I2C1 | 36 | select S3C_DEV_I2C1 |
28 | select S3C_DEV_FB | 37 | select S3C_DEV_FB |
38 | select S3C_DEV_USB_HOST | ||
39 | select S3C_DEV_USB_HSOTG | ||
29 | select S3C6410_SETUP_SDHCI | 40 | select S3C6410_SETUP_SDHCI |
30 | select S3C64XX_SETUP_I2C1 | 41 | select S3C64XX_SETUP_I2C1 |
31 | select S3C64XX_SETUP_FB_24BPP | 42 | select S3C64XX_SETUP_FB_24BPP |
@@ -60,3 +71,29 @@ config SMDK6410_SD_CH1 | |||
60 | channels 0 and 1 are the same. | 71 | channels 0 and 1 are the same. |
61 | 72 | ||
62 | endchoice | 73 | endchoice |
74 | |||
75 | config SMDK6410_WM1190_EV1 | ||
76 | bool "Support Wolfson Microelectronics 1190-EV1 PMIC card" | ||
77 | depends on MACH_SMDK6410 | ||
78 | select REGULATOR | ||
79 | select REGULATOR_WM8350 | ||
80 | select MFD_WM8350_I2C | ||
81 | select MFD_WM8350_CONFIG_MODE_0 | ||
82 | select MFD_WM8350_CONFIG_MODE_3 | ||
83 | select MFD_WM8352_CONFIG_MODE_0 | ||
84 | help | ||
85 | The Wolfson Microelectronics 1190-EV1 is a WM835x based PMIC | ||
86 | and audio daughtercard for the Samsung SMDK6410 reference | ||
87 | platform. Enabling this option will build support for this | ||
88 | module into the kernel. The presence of the module will be | ||
89 | detected at runtime so the the resulting kernel can be used | ||
90 | with or without the 1190-EV1 fitted. | ||
91 | |||
92 | config MACH_NCP | ||
93 | bool "NCP" | ||
94 | select CPU_S3C6410 | ||
95 | select S3C_DEV_I2C1 | ||
96 | select S3C_DEV_HSMMC1 | ||
97 | select S3C64XX_SETUP_I2C1 | ||
98 | help | ||
99 | Machine support for the Samsung NCP | ||