提交 03e319e5 编写于 作者: L Linus Torvalds

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
...@@ -8,6 +8,7 @@ config LITEX ...@@ -8,6 +8,7 @@ config LITEX
config LITEX_SOC_CONTROLLER config LITEX_SOC_CONTROLLER
tristate "Enable LiteX SoC Controller driver" tristate "Enable LiteX SoC Controller driver"
depends on OF || COMPILE_TEST depends on OF || COMPILE_TEST
depends on HAS_IOMEM
select LITEX select LITEX
help help
This option enables the SoC Controller Driver which verifies This option enables the SoC Controller Driver which verifies
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册