From 7d9f87c9764ae2bd84c2ac458ba0c75dec126dde Mon Sep 17 00:00:00 2001 From: Spencer Judd Date: Sat, 9 Mar 2024 22:55:26 -0500 Subject: [PATCH] Enable kernel webcam support These four kernel config changes are sufficient to get the webcam working on the Librem 14. --- config/buildroot/board/x86_64/linux.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/buildroot/board/x86_64/linux.config b/config/buildroot/board/x86_64/linux.config index 9a98e3c..f774fdb 100644 --- a/config/buildroot/board/x86_64/linux.config +++ b/config/buildroot/board/x86_64/linux.config @@ -816,6 +816,10 @@ CONFIG_XEN_WDT=m CONFIG_PCIPCWATCHDOG=m CONFIG_WDTPCI=m CONFIG_USBPCWATCHDOG=m +CONFIG_MEDIA_SUPPORT=m +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_USB_SUPPORT=y +CONFIG_USB_VIDEO_CLASS=m CONFIG_AGP=y CONFIG_AGP_AMD64=y CONFIG_AGP_INTEL=y