Kconfig 367 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0
  2. config SAMSUNG_MC
  3. bool "Samsung Exynos Memory Controller support" if COMPILE_TEST
  4. help
  5. Support for the Memory Controller (MC) devices found on
  6. Samsung Exynos SoCs.
  7. if SAMSUNG_MC
  8. config EXYNOS_SROM
  9. bool "Exynos SROM controller driver" if COMPILE_TEST
  10. depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM)
  11. endif