From dba2d7632181aee664e53a1e3030d6bfa70d6c65 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 16 Dec 2023 16:28:11 -0500 Subject: [PATCH] systemcmds/i2c_launcher: fix USER_I2C_LAUNCHER kconfig warning --- src/systemcmds/i2c_launcher/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemcmds/i2c_launcher/Kconfig b/src/systemcmds/i2c_launcher/Kconfig index 1a5eb1f5738..8063dc39edc 100644 --- a/src/systemcmds/i2c_launcher/Kconfig +++ b/src/systemcmds/i2c_launcher/Kconfig @@ -5,6 +5,6 @@ menuconfig SYSTEMCMDS_I2C_LAUNCHER Daemon that starts drivers based on found I2C devices. menuconfig USER_I2C_LAUNCHER - bool + bool "i2c_launcher running as userspace module" default n depends on SYSTEMCMDS_I2C_LAUNCHER