diff options
| author | Javier Martinez Canillas <[email protected]> | 2015-05-19 13:07:57 +0900 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2015-05-22 17:13:33 +0200 |
| commit | aaf8977ff417aeea05a7dae2bb3bd6e24feb7dfe (patch) | |
| tree | d77512194dbd3df1906e82c231f96e857847be09 | |
| parent | 1cbdc6c1bd76618d16bc33f127414fb7364f4849 (diff) | |
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
| -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 |