blob: 79ce7ea589034f3a2b6e0ab230897598b0ac6942 [file] [log] [blame]
Krzysztof Kozlowskif12bb9162018-01-09 19:29:55 +01001# SPDX-License-Identifier: GPL-2.0
Pankaj Dubeya8aabb92016-04-11 13:12:24 +05302config 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
Pavel Fedin8ac22662016-04-11 13:12:27 +053012 depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM)
Pankaj Dubeya8aabb92016-04-11 13:12:24 +053013
14endif