systemcmds/i2c_launcher: fix USER_I2C_LAUNCHER kconfig warning

This commit is contained in:
Daniel Agar
2023-12-16 16:28:11 -05:00
committed by GitHub
parent 8be22f6c75
commit dba2d76321
+1 -1
View File
@@ -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