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.

Merge tag 'for-linus' of git://github.com/openrisc/linux

Pull OpenRISC fix from Stafford Horne:
"Fix config dependencies for Litex SOC driver causing issues on um"

* tag 'for-linus' of git://github.com/openrisc/linux:
soc: litex: Properly depend on HAS_IOMEM

+1
+1
drivers/soc/litex/Kconfig
··· 8 8 config LITEX_SOC_CONTROLLER 9 9 tristate "Enable LiteX SoC Controller driver" 10 10 depends on OF || COMPILE_TEST 11 + depends on HAS_IOMEM 11 12 select LITEX 12 13 help 13 14 This option enables the SoC Controller Driver which verifies