diff options
author | Will McVicker <willmcvicker@google.com> | 2021-10-13 21:22:55 +0000 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-10-17 19:15:12 +0200 |
commit | d96890fca9fd429dd3834dae27e1047760da245b (patch) | |
tree | 8ece77c828863267cb324c7e9eacec93008084a0 /arch/arm/mach-exynos/Kconfig | |
parent | 81a51eb6be3dbb76790b7353ec8dfaadfc751782 (diff) | |
download | linux-stable-d96890fca9fd429dd3834dae27e1047760da245b.tar.gz linux-stable-d96890fca9fd429dd3834dae27e1047760da245b.tar.bz2 linux-stable-d96890fca9fd429dd3834dae27e1047760da245b.zip |
rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependencies
The config HAVE_S3C_RTC is not really needed since we can simply just
add the dependencies directly to RTC_DRV_S3C. Also, one less config to
keep track of!
Signed-off-by: Will McVicker <willmcvicker@google.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20211013212256.3425889-1-willmcvicker@google.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 30f930e20599..dd1ae5571f43 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -21,7 +21,6 @@ menuconfig ARCH_EXYNOS select HAVE_ARM_ARCH_TIMER if ARCH_EXYNOS5 select HAVE_ARM_SCU if SMP select HAVE_S3C2410_I2C if I2C - select HAVE_S3C_RTC if RTC_CLASS select PINCTRL select PINCTRL_EXYNOS select PM_GENERIC_DOMAINS if PM |