1
0
Fork 0

soc: samsung: chipid: Select missing dependency for EXYNOS_CHIPID

The chipid driver uses the MFD syscon API but it was not covered
properly in Kconfig.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
alistair/sunxi64-5.4-dsi
Sylwester Nawrocki 2019-08-21 17:39:26 +02:00 committed by Krzysztof Kozlowski
parent 823034575c
commit 28578825ed
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ if SOC_SAMSUNG
config EXYNOS_CHIPID
bool "Exynos Chipid controller driver" if COMPILE_TEST
depends on ARCH_EXYNOS || COMPILE_TEST
select MFD_SYSCON
select SOC_BUS
config EXYNOS_PMU