diff options
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig index e6e64968a611..d7a6e487f218 100644 --- a/arch/arm/plat-s3c/Kconfig +++ b/arch/arm/plat-s3c/Kconfig | |||
@@ -160,3 +160,9 @@ config S3C_DEV_HSMMC1 | |||
160 | depends on PLAT_S3C | 160 | depends on PLAT_S3C |
161 | help | 161 | help |
162 | Compile in platform device definitions for HSMMC channel 1 | 162 | Compile in platform device definitions for HSMMC channel 1 |
163 | |||
164 | config S3C_DEV_I2C1 | ||
165 | bool | ||
166 | depends on PLAT_S3C | ||
167 | help | ||
168 | Compile in platform device definitions for I2C channel 1 | ||