Bluetooth: DIS: settings: select SETTINGS
DIS module builts fine when BT_DIS_SETTINGS is selected, but SETTINGS is not. However no settings handlers are executed, just like with BT_DIS_SETTINGS disabled, which might confuse user. Select SETTINGS, so settings handlers are properly selected and executed in runtime. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
This commit is contained in:
parent
faabbb6809
commit
8669709d1e
|
@ -10,6 +10,7 @@ if BT_DIS
|
|||
|
||||
config BT_DIS_SETTINGS
|
||||
bool "Enable Settings usage in Device Information Service"
|
||||
select SETTINGS
|
||||
help
|
||||
Enable Settings usage in Device Information Service.
|
||||
|
||||
|
|
Loading…
Reference in a new issue