sensor: bme280: name for mode `choice`
Add a name for the mode choice symbol to enable other Kconfig files to change the default. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
82548410bd
commit
22c2fe52dc
|
@ -17,7 +17,7 @@ menuconfig BME280
|
|||
|
||||
if BME280
|
||||
|
||||
choice
|
||||
choice BME280_MODE
|
||||
prompt "BME280 sampling mode"
|
||||
default BME280_MODE_NORMAL
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue