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 v5.4 13 lines 302 B view raw
1menu "SoC selection" 2 3config SOC_SIFIVE 4 bool "SiFive SoCs" 5 select SERIAL_SIFIVE 6 select SERIAL_SIFIVE_CONSOLE 7 select CLK_SIFIVE 8 select CLK_SIFIVE_FU540_PRCI 9 select SIFIVE_PLIC 10 help 11 This enables support for SiFive SoC platform hardware. 12 13endmenu