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:
TOKITA Hiroshi 2024-09-27 19:43:17 +09:00 committed by Benjamin Cabé
parent 32c59004bf
commit 6394b261ec

View file

@ -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