Kconfig 332 B

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