[OpenBIOS] [PATCH v2 4/4] config: enable virtio-blk driver for default PPC and SPARC64 builds

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Sun Aug 19 12:55:06 CEST 2018


Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
---
 config/examples/ppc_config.xml     | 1 +
 config/examples/sparc64_config.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/examples/ppc_config.xml b/config/examples/ppc_config.xml
index 43277a0..19dc043 100644
--- a/config/examples/ppc_config.xml
+++ b/config/examples/ppc_config.xml
@@ -85,3 +85,4 @@
   <option name="CONFIG_DEBUG_USB" type="boolean" value="false"/>
   <option name="CONFIG_USB_HID" type="boolean" value="true"/>
   <option name="CONFIG_DRIVER_LSI_53C810" type="boolean" value="true"/>
+  <option name="CONFIG_DRIVER_VIRTIO_BLK" type="boolean" value="true"/>
diff --git a/config/examples/sparc64_config.xml b/config/examples/sparc64_config.xml
index a4e1336..a4172df 100644
--- a/config/examples/sparc64_config.xml
+++ b/config/examples/sparc64_config.xml
@@ -71,4 +71,5 @@
   <option name="CONFIG_DRIVER_PC_KBD" type="boolean" value="true"/>
   <option name="CONFIG_DRIVER_PC_SERIAL" type="boolean" value="true"/>
   <option name="CONFIG_DRIVER_FW_CFG" type="boolean" value="true"/>
+  <option name="CONFIG_DRIVER_VIRTIO_BLK" type="boolean" value="true"/>
   <option name="CONFIG_FW_CFG_ADDR" type="integer" value="0x510"/>
-- 
2.11.0




More information about the OpenBIOS mailing list