diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2015-05-19 06:07:57 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-22 17:13:33 +0200 |
commit | aaf8977ff417aeea05a7dae2bb3bd6e24feb7dfe (patch) | |
tree | d77512194dbd3df1906e82c231f96e857847be09 /arch/arm/configs | |
parent | ARM: multi_v7_defconfig: Enable Samsung PWM support (diff) | |
download | linux-aaf8977ff417aeea05a7dae2bb3bd6e24feb7dfe.tar.xz linux-aaf8977ff417aeea05a7dae2bb3bd6e24feb7dfe.zip |
ARM: multi_v7_defconfig: Enable Samsung S3C SoC RTC
The rtc-s3c driver supports a range of S3C series Real-Time-Clocks found
on many Samsung SoCs. Build the driver as a module to support these RTC.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f9e38dcfcff7..42db161d701d 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -535,6 +535,7 @@ CONFIG_RTC_DRV_TPS65910=y CONFIG_RTC_DRV_S35390A=m CONFIG_RTC_DRV_EM3027=y CONFIG_RTC_DRV_DIGICOLOR=m +CONFIG_RTC_DRV_S3C=m CONFIG_RTC_DRV_PL031=y CONFIG_RTC_DRV_AT91RM9200=m CONFIG_RTC_DRV_AT91SAM9=m |