diff --git a/src/systemcmds/i2c_launcher/Kconfig b/src/systemcmds/i2c_launcher/Kconfig index 1a5eb1f573..8063dc39ed 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