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 v3.13-rc4 23 lines 309 B view raw
1config MVEBU_CLK_COMMON 2 bool 3 4config MVEBU_CLK_CPU 5 bool 6 7config ARMADA_370_CLK 8 bool 9 select MVEBU_CLK_COMMON 10 select MVEBU_CLK_CPU 11 12config ARMADA_XP_CLK 13 bool 14 select MVEBU_CLK_COMMON 15 select MVEBU_CLK_CPU 16 17config DOVE_CLK 18 bool 19 select MVEBU_CLK_COMMON 20 21config KIRKWOOD_CLK 22 bool 23 select MVEBU_CLK_COMMON