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/arch/um/drivers/Kconfig | 16 +++------------- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/kernel/arch/um/drivers/Kconfig b/kernel/arch/um/drivers/Kconfig index 2e7b8e0..01dfbd5 100644 --- a/kernel/arch/um/drivers/Kconfig +++ b/kernel/arch/um/drivers/Kconfig @@ -104,23 +104,13 @@ config UML_SOUND tristate "Sound support" + depends on SOUND + select SOUND_OSS_CORE help This option enables UML sound support. If enabled, it will pull in - soundcore and the UML hostaudio relay, which acts as a intermediary + the UML hostaudio relay, which acts as a intermediary between the host's dsp and mixer devices and the UML sound system. It is safe to say 'Y' here. - -config SOUND - tristate - default UML_SOUND - -config SOUND_OSS_CORE - bool - default UML_SOUND - -config HOSTAUDIO - tristate - default UML_SOUND endmenu -- Gitblit v1.6.2