mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
3ac5f9db26
A separate Kconfig option HAVE_S3C2410_I2C for Samsung SoCs is not really needed and the i2c-s3c24xx driver can depend on Samsung ARM architectures instead. This also enables i2c-s3c2410 for arm64 Exynos SoCs, which is required for example by Exynos850. This is basically continuation of work made in following commits: - commitd96890fca9
("rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependencies") - commit7dd3cae90d
("ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependencies") Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Link: https://lore.kernel.org/r/20211121150558.21801-2-semen.protsenko@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
31 lines
583 B
Plaintext
31 lines
583 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
|
|
# Configuration options for the S5PV210/S5PC110
|
|
|
|
config ARCH_S5PV210
|
|
bool "Samsung S5PV210/S5PC110"
|
|
depends on ARCH_MULTI_V7
|
|
select ARM_VIC
|
|
select CLKSRC_SAMSUNG_PWM
|
|
select COMMON_CLK_SAMSUNG
|
|
select GPIOLIB
|
|
select PINCTRL
|
|
select PINCTRL_EXYNOS
|
|
select SOC_SAMSUNG
|
|
help
|
|
Samsung S5PV210/S5PC110 series based systems
|
|
|
|
if ARCH_S5PV210
|
|
|
|
config CPU_S5PV210
|
|
def_bool y
|
|
select ARM_AMBA
|
|
select PL330_DMA if DMADEVICES
|
|
help
|
|
Enable S5PV210 CPU support
|
|
|
|
endif
|