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.0-rc2 40 lines 550 B view raw
1config MVEBU_CLK_COMMON 2 bool 3 4config MVEBU_CLK_CPU 5 bool 6 7config MVEBU_CLK_COREDIV 8 bool 9 10config ARMADA_370_CLK 11 bool 12 select MVEBU_CLK_COMMON 13 select MVEBU_CLK_CPU 14 select MVEBU_CLK_COREDIV 15 16config ARMADA_375_CLK 17 bool 18 select MVEBU_CLK_COMMON 19 20config ARMADA_38X_CLK 21 bool 22 select MVEBU_CLK_COMMON 23 24config ARMADA_XP_CLK 25 bool 26 select MVEBU_CLK_COMMON 27 select MVEBU_CLK_CPU 28 select MVEBU_CLK_COREDIV 29 30config DOVE_CLK 31 bool 32 select MVEBU_CLK_COMMON 33 34config KIRKWOOD_CLK 35 bool 36 select MVEBU_CLK_COMMON 37 38config ORION_CLK 39 bool 40 select MVEBU_CLK_COMMON