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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ menuconfig SYSTEMCMDS_I2C_LAUNCHER
Daemon that starts drivers based on found I2C devices. Daemon that starts drivers based on found I2C devices.
menuconfig USER_I2C_LAUNCHER menuconfig USER_I2C_LAUNCHER
bool bool "i2c_launcher running as userspace module"
default n default n
depends on SYSTEMCMDS_I2C_LAUNCHER depends on SYSTEMCMDS_I2C_LAUNCHER