samples: sht3xd: kconfig: Do not assign promptless SHT3XD_TRIGGER
Assignments have no effect on promptless symbols. Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742. SHT3XD_TRIGGER is already being selected by SHT3XD_TRIGGER_GLOBAL_THREAD, which is enabled in the same configuration file. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
03e992a6b5
commit
ecb20669b3
1 changed files with 0 additions and 1 deletions
|
@ -8,5 +8,4 @@ CONFIG_STDOUT_CONSOLE=y
|
|||
CONFIG_I2C=y
|
||||
CONFIG_SENSOR=y
|
||||
CONFIG_SHT3XD=y
|
||||
CONFIG_SHT3XD_TRIGGER=y
|
||||
CONFIG_SHT3XD_TRIGGER_GLOBAL_THREAD=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue