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:
committed by
Benjamin Cabé
parent
32c59004bf
commit
6394b261ec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user