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