Kconfig 523 B

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