mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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
This commit is contained in:
@@ -8,6 +8,7 @@ config LITEX
|
||||
config LITEX_SOC_CONTROLLER
|
||||
tristate "Enable LiteX SoC Controller driver"
|
||||
depends on OF || COMPILE_TEST
|
||||
depends on HAS_IOMEM
|
||||
select LITEX
|
||||
help
|
||||
This option enables the SoC Controller Driver which verifies
|
||||
|
||||
Reference in New Issue
Block a user