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.17-rc2 16 lines 246 B view raw
1/* Disabled modules for secure omaps */ 2 3#include "omap36xx.dtsi" 4 5/* Secure omaps have some devices inaccessible depending on the firmware */ 6&aes { 7 status = "disabled"; 8}; 9 10&sham { 11 status = "disabled"; 12}; 13 14&timer12 { 15 status = "disabled"; 16};