Krzysztof Kozlowski | f12bb916 | 2018-01-09 19:29:55 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Pankaj Dubey | a8aabb9 | 2016-04-11 13:12:24 +0530 | [diff] [blame] | 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 |
Pavel Fedin | 8ac2266 | 2016-04-11 13:12:27 +0530 | [diff] [blame] | 12 | depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM) |
Pankaj Dubey | a8aabb9 | 2016-04-11 13:12:24 +0530 | [diff] [blame] | 13 | |
| 14 | endif |