diff options
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 5a72a5235573..9e7daf29b86a 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -19,6 +19,41 @@ config SAMSUNG_CLKSRC | |||
19 | Select the clock code for the clksrc implementation | 19 | Select the clock code for the clksrc implementation |
20 | used by newer systems such as the S3C64XX. | 20 | used by newer systems such as the S3C64XX. |
21 | 21 | ||
22 | # options for gpio configuration support | ||
23 | |||
24 | config S3C_GPIO_CFG_S3C24XX | ||
25 | bool | ||
26 | help | ||
27 | Internal configuration to enable S3C24XX style GPIO configuration | ||
28 | functions. | ||
29 | |||
30 | config S3C_GPIO_CFG_S3C64XX | ||
31 | bool | ||
32 | help | ||
33 | Internal configuration to enable S3C64XX style GPIO configuration | ||
34 | functions. | ||
35 | |||
36 | config S5P_GPIO_CFG_S5PC1XX | ||
37 | bool | ||
38 | help | ||
39 | Internal configuration to enable S5PC1XX style GPIO configuration | ||
40 | functions. | ||
41 | |||
42 | config S3C_GPIO_PULL_UPDOWN | ||
43 | bool | ||
44 | help | ||
45 | Internal configuration to enable the correct GPIO pull helper | ||
46 | |||
47 | config S3C_GPIO_PULL_DOWN | ||
48 | bool | ||
49 | help | ||
50 | Internal configuration to enable the correct GPIO pull helper | ||
51 | |||
52 | config S3C_GPIO_PULL_UP | ||
53 | bool | ||
54 | help | ||
55 | Internal configuration to enable the correct GPIO pull helper | ||
56 | |||
22 | # device definitions to compile in | 57 | # device definitions to compile in |
23 | 58 | ||
24 | config S3C_DEV_HSMMC | 59 | config S3C_DEV_HSMMC |