diff options
author | Will McVicker <willmcvicker@google.com> | 2021-09-28 23:56:18 +0000 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-09-29 15:56:30 +0200 |
commit | 6ad4185220e6e3b7ebac7c7a5f55197aedd000da (patch) | |
tree | 30faef41fb0b04950059fe48c3035bab86ed9d74 /arch/arm64/Kconfig.platforms | |
parent | 140bbfe7cd4be0aa6543f94d3994e4774b325abc (diff) | |
download | linux-6ad4185220e6e3b7ebac7c7a5f55197aedd000da.tar.gz linux-6ad4185220e6e3b7ebac7c7a5f55197aedd000da.tar.bz2 linux-6ad4185220e6e3b7ebac7c7a5f55197aedd000da.zip |
arm64: exynos: don't have ARCH_EXYNOS select EXYNOS_CHIPID
Now that EXYNOS_CHIPID can be a module and is enabled by default via
ARCH_EXYNOS, we don't need to have ARCH_EXYNOS directly select it. So
remove that.
Signed-off-by: Will McVicker <willmcvicker@google.com>
Link: https://lore.kernel.org/r/20210928235635.1348330-2-willmcvicker@google.com
[krzysztof: the driver is not essential to boot and on ARMv7 it is also
allowed to disable it]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index b0ce18d4cc98..90c5cf4856e1 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -92,7 +92,6 @@ config ARCH_BRCMSTB config ARCH_EXYNOS bool "ARMv8 based Samsung Exynos SoC family" select COMMON_CLK_SAMSUNG - select EXYNOS_CHIPID select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS select EXYNOS_PMU select HAVE_S3C_RTC if RTC_CLASS |