From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/drivers/media/pci/meye/Kconfig | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/kernel/drivers/media/pci/meye/Kconfig b/kernel/drivers/media/pci/meye/Kconfig index 9a50f54..fed1f4a 100644 --- a/kernel/drivers/media/pci/meye/Kconfig +++ b/kernel/drivers/media/pci/meye/Kconfig @@ -1,11 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-only config VIDEO_MEYE tristate "Sony Vaio Picturebook Motion Eye Video For Linux" depends on PCI && VIDEO_V4L2 - depends on SONY_LAPTOP || COMPILE_TEST - ---help--- + depends on SONY_LAPTOP + depends on X86 || COMPILE_TEST + help This is the video4linux driver for the Motion Eye camera found in the Vaio Picturebook laptops. Please read the material in - <file:Documentation/media/v4l-drivers/meye.rst> for more information. + <file:Documentation/admin-guide/media/meye.rst> for more information. If you say Y or M here, you need to say Y or M to "Sony Laptop Extras" in the misc device section. -- Gitblit v1.6.2