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

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Sun Jul 31 18:26:47 CEST 2016


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 4c14eb6..d8f0e1a 100644
--- a/config/examples/ppc_config.xml
+++ b/config/examples/ppc_config.xml
@@ -83,3 +83,4 @@
   <option name="CONFIG_DRIVER_USB" type="boolean" value="true"/>
   <option name="CONFIG_DEBUG_USB" type="boolean" value="false"/>
   <option name="CONFIG_USB_HID" 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"/>
-- 
1.7.10.4




More information about the OpenBIOS mailing list