Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.3-rc7 24 lines 633 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# SAMSUNG SoC drivers 4# 5menuconfig SOC_SAMSUNG 6 bool "Samsung SoC driver support" if COMPILE_TEST 7 8if SOC_SAMSUNG 9 10config EXYNOS_PMU 11 bool "Exynos PMU controller driver" if COMPILE_TEST 12 depends on ARCH_EXYNOS || ((ARM || ARM64) && COMPILE_TEST) 13 select EXYNOS_PMU_ARM_DRIVERS if ARM && ARCH_EXYNOS 14 15# There is no need to enable these drivers for ARMv8 16config EXYNOS_PMU_ARM_DRIVERS 17 bool "Exynos PMU ARMv7-specific driver extensions" if COMPILE_TEST 18 depends on EXYNOS_PMU 19 20config EXYNOS_PM_DOMAINS 21 bool "Exynos PM domains" if COMPILE_TEST 22 depends on PM_GENERIC_DOMAINS || COMPILE_TEST 23 24endif