GNU Linux-libre 4.19.211-gnu1
[releases.git] / drivers / memory / samsung / Kconfig
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
8 if SAMSUNG_MC
9
10 config EXYNOS_SROM
11         bool "Exynos SROM controller driver" if COMPILE_TEST
12         depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM)
13
14 endif