From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- 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