[linux-yocto] [kernel-cache][RFC 2/3] qemuarma15: Add graphics support

Jon Mason jdmason at kudzu.us
Wed Feb 27 19:56:48 PST 2019


Signed-off-by: Jon Mason <jdmason at kudzu.us>
---
 bsp/qemuarma15/qemuarma15-gfx.cfg | 7 +++++++
 bsp/qemuarma15/qemuarma15.cfg     | 3 +++
 bsp/qemuarma15/qemuarma15.scc     | 1 +
 3 files changed, 11 insertions(+)
 create mode 100644 bsp/qemuarma15/qemuarma15-gfx.cfg

diff --git a/bsp/qemuarma15/qemuarma15-gfx.cfg b/bsp/qemuarma15/qemuarma15-gfx.cfg
new file mode 100644
index 00000000..f2ec5432
--- /dev/null
+++ b/bsp/qemuarma15/qemuarma15-gfx.cfg
@@ -0,0 +1,7 @@
+CONFIG_INPUT_TABLET=y
+CONFIG_USB=y
+CONFIG_USB_HID=y
+CONFIG_USB_XHCI_HCD=y
+
+CONFIG_DRM=y
+CONFIG_DRM_BOCHS=y
diff --git a/bsp/qemuarma15/qemuarma15.cfg b/bsp/qemuarma15/qemuarma15.cfg
index feda7904..3bc219a5 100644
--- a/bsp/qemuarma15/qemuarma15.cfg
+++ b/bsp/qemuarma15/qemuarma15.cfg
@@ -27,3 +27,6 @@ CONFIG_CRYPTO_AES_ARM_CE=y
 CONFIG_CRYPTO_GHASH_ARM_CE=y
 CONFIG_CRYPTO_CRC32_ARM_CE=y
 CONFIG_CRYPTO_CHACHA20_NEON=y
+CONFIG_ARM_LPAE=y
+CONFIG_PCI=y
+CONFIG_PCI_HOST_GENERIC=y
diff --git a/bsp/qemuarma15/qemuarma15.scc b/bsp/qemuarma15/qemuarma15.scc
index a7877aab..f5c8959e 100644
--- a/bsp/qemuarma15/qemuarma15.scc
+++ b/bsp/qemuarma15/qemuarma15.scc
@@ -1 +1,2 @@
 kconf hardware qemuarma15.cfg
+kconf hardware qemuarma15-gfx.cfg
-- 
2.17.2



More information about the linux-yocto mailing list