Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_SAMSUNG_MC
	bool "Samsung Exynos Memory Controller support" if CONFIG_COMPILE_TEST
	help
	  Support for the Memory Controller (MC) devices found on
	  Samsung Exynos SoCs.

if CONFIG_SAMSUNG_MC

config CONFIG_EXYNOS_SROM
	bool "Exynos SROM controller driver" if CONFIG_COMPILE_TEST
	depends on (CONFIG_ARM && CONFIG_ARCH_EXYNOS) || (CONFIG_COMPILE_TEST && CONFIG_HAS_IOMEM)

endif