Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2config INTERCONNECT_SAMSUNG
3 bool "Samsung SoC interconnect drivers"
4 depends on ARCH_EXYNOS || COMPILE_TEST
5 help
6 Interconnect drivers for Samsung SoCs.
7
8config INTERCONNECT_EXYNOS
9 tristate "Exynos SoC generic interconnect driver"
10 depends on INTERCONNECT_SAMSUNG
11 default y if ARCH_EXYNOS
12 help
13 Generic interconnect driver for Samsung Exynos SoCs (e.g. Exynos3250,
14 Exynos4210, Exynos4412, Exynos542x, Exynos5433).
15 Choose Y here only if you build for such Samsung SoC.