Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: EXYNOS: Fix Kconfig dependencies for device tree enabled machine files

Add config dependency for Exynos4 and Exynos5 device tree enabled machine
files on config options ARCH_EXYNOS4 and ARCH_EXYNOS5 respectively.
Enabling machine support without proper ARCH support enabled is incorrect.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

authored by

Sachin Kamat and committed by
Kukjin Kim
5ad14306 5262c543

+2
+2
arch/arm/mach-exynos/Kconfig
··· 368 368 369 369 config MACH_EXYNOS4_DT 370 370 bool "Samsung Exynos4 Machine using device tree" 371 + depends on ARCH_EXYNOS4 371 372 select CPU_EXYNOS4210 372 373 select USE_OF 373 374 select ARM_AMBA ··· 381 380 382 381 config MACH_EXYNOS5_DT 383 382 bool "SAMSUNG EXYNOS5 Machine using device tree" 383 + depends on ARCH_EXYNOS5 384 384 select SOC_EXYNOS5250 385 385 select USE_OF 386 386 select ARM_AMBA