Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.8 13 lines 332 B view raw
1config 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 11 depends on (ARM && ARCH_EXYNOS) || (COMPILE_TEST && HAS_IOMEM) 12 13endif