drivers: audio: wm8904: Fix missing default y in AUDIO_CODEC_WM8904
The `default y`, which is coupled with `depends on DT_HAS_WOLFSON_WM8904_ENABLED` to link the settings with DeviceTree, which was missing, so I added it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
32c59004bf
commit
6394b261ec
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
config AUDIO_CODEC_WM8904
|
||||
bool "Wolfson WM8904 codec support"
|
||||
default y
|
||||
select I2C
|
||||
depends on DT_HAS_WOLFSON_WM8904_ENABLED
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in a new issue