aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-31 12:14:28 -0400
committerBen Dooks <ben-linux@fluff.org>2008-12-15 18:32:34 -0500
commit5b323c7beb1b10b137f9e21981050319d89d55dd (patch)
treeee45aef8d5dfed4becf06904729d8add0ac11c77 /arch/arm/plat-s3c/Kconfig
parent8cdf47cb4bb10172732df0506d397aab4149e45e (diff)
[ARM] S3C: Move HSMMC device definition to plat-s3ec
Move the definition for the hsmmc device to plat-s3c to be shared between the s3c24xx and s3c64xx platforms. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r--arch/arm/plat-s3c/Kconfig8
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
108config S3C_DEV_HSMMC
109 bool
110 depends on PLAT_S3C
111 help
112 Compile in platform device definitions for HSMMC code