0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config INTERCONNECT_SAMSUNG
0003 bool "Samsung SoC interconnect drivers"
0004 depends on ARCH_EXYNOS || COMPILE_TEST
0005 help
0006 Interconnect drivers for Samsung SoCs.
0007
0008 config INTERCONNECT_EXYNOS
0009 tristate "Exynos SoC generic interconnect driver"
0010 depends on INTERCONNECT_SAMSUNG
0011 default y if ARCH_EXYNOS
0012 help
0013 Generic interconnect driver for Samsung Exynos SoCs (e.g. Exynos3250,
0014 Exynos4210, Exynos4412, Exynos542x, Exynos5433).
0015 Choose Y here only if you build for such Samsung SoC.