diff options
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig index 6fa261a3d405..0deb1054975f 100644 --- a/arch/arm/plat-s3c/Kconfig +++ b/arch/arm/plat-s3c/Kconfig | |||
@@ -102,3 +102,11 @@ config S3C_LOWLEVEL_UART_PORT | |||
102 | such as the `Uncompressing...` at start time. The value of | 102 | such as the `Uncompressing...` at start time. The value of |
103 | this configuration should be between zero and two. The port | 103 | this configuration should be between zero and two. The port |
104 | must have been initialised by the boot-loader before use. | 104 | must have been initialised by the boot-loader before use. |
105 | |||
106 | # device definitions to compile in | ||
107 | |||
108 | config S3C_DEV_HSMMC | ||
109 | bool | ||
110 | depends on PLAT_S3C | ||
111 | help | ||
112 | Compile in platform device definitions for HSMMC code | ||