Merge tag 'v5.1' into next
[linux-2.6-block.git] / drivers / memory / samsung / Kconfig
CommitLineData
f12bb916 1# SPDX-License-Identifier: GPL-2.0
a8aabb91
PD
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
8ac2266d 12 depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM)
a8aabb91
PD
13
14endif