• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2config 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
8if SAMSUNG_MC
9
10config EXYNOS_SROM
11	bool "Exynos SROM controller driver" if COMPILE_TEST
12	depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM)
13
14endif
15