diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-04 21:26:47 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-19 20:57:35 +0200 |
commit | 7dd3cae90d856e97e93bc1c32904e5aed7210f7b (patch) | |
tree | 0428acb19bd4f90b5cfb40b2e3ec9a9b1a5168c4 /arch/arm/mach-exynos/Kconfig | |
parent | 5b5858ef45906bbd71d8fc95e3bc30860b599620 (diff) | |
download | linux-stable-7dd3cae90d856e97e93bc1c32904e5aed7210f7b.tar.gz linux-stable-7dd3cae90d856e97e93bc1c32904e5aed7210f7b.tar.bz2 linux-stable-7dd3cae90d856e97e93bc1c32904e5aed7210f7b.zip |
ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependencies
A separate Kconfig option HAVE_S3C2410_WATCHDOG for Samsung SoCs is not
really needed and the s3c24xx watchdog driver can depend on Samsung ARM
architectures instead.
The "HAVE_xxx_WATCHDOG" pattern of dependency is not popular and Samsung
platforms are here exceptions. All others just depend on
CONFIG_ARCH_xxx.
This makes the code slightly smaller without any change in
functionality.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
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 f185cd3d4c62..d2d249706ebb 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -24,7 +24,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_S3C2410_WATCHDOG if WATCHDOG select HAVE_S3C_RTC if RTC_CLASS select PINCTRL select PINCTRL_EXYNOS |