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 v4.17-rc2 14 lines 210 B view raw
1# 2# ZTE SoC drivers 3# 4menuconfig SOC_ZTE 5 depends on ARCH_ZX || COMPILE_TEST 6 bool "ZTE SoC driver support" 7 8if SOC_ZTE 9 10config ZX2967_PM_DOMAINS 11 bool "ZX2967 PM domains" 12 depends on PM_GENERIC_DOMAINS 13 14endif