xref: /linux/drivers/interconnect/samsung/Kconfig (revision 37b9c7bbe1ee1937a317f7fafacd1d116202b2d8)
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 generic interconnect driver"
10	depends on INTERCONNECT_SAMSUNG
11	default y if ARCH_EXYNOS
12	help
13	  Generic interconnect driver for Exynos SoCs.
14