blob: 9de12222061c061574bb281f4dcded5b5992b376 [file] [log] [blame]
Pankaj Dubeya8aabb92016-04-11 13:12:24 +05301config 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
7if SAMSUNG_MC
8
9config EXYNOS_SROM
10 bool "Exynos SROM controller driver" if COMPILE_TEST
Pavel Fedin8ac22662016-04-11 13:12:27 +053011 depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM)
Pankaj Dubeya8aabb92016-04-11 13:12:24 +053012
13endif