[Concept,08/42] snow: link: Disable the cursor

Message ID 20250919201507.4024144-9-sjg@u-boot.org
State New
Headers
Series video: Support a cursor more generally |

Commit Message

Simon Glass Sept. 19, 2025, 8:14 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

These boards enable EXPO. Disable the cursor so we can get build
coverage on this combination.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 configs/chromebook_link_defconfig | 1 +
 configs/snow_defconfig            | 1 +
 2 files changed, 2 insertions(+)
  

Patch

diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index 05d81f516fc..a0c368b0142 100644
--- a/configs/chromebook_link_defconfig
+++ b/configs/chromebook_link_defconfig
@@ -77,6 +77,7 @@  CONFIG_TPM_TIS_LPC=y
 # CONFIG_TPM_V2 is not set
 CONFIG_USB_STORAGE=y
 CONFIG_USB_KEYBOARD=y
+# CONFIG_CURSOR is not set
 CONFIG_VIDEO_COPY=y
 CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
 CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
diff --git a/configs/snow_defconfig b/configs/snow_defconfig
index 27698f5ef36..32db5f192fe 100644
--- a/configs/snow_defconfig
+++ b/configs/snow_defconfig
@@ -97,6 +97,7 @@  CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX88179=y
 CONFIG_VIDEO=y
+# CONFIG_CURSOR is not set
 # CONFIG_VIDEO_BPP8 is not set
 CONFIG_VIDCONSOLE_AS_LCD=y
 CONFIG_DISPLAY=y