From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- 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