zephyr/drivers/audio/Kconfig.wm8904
TOKITA Hiroshi 6394b261ec 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>
2024-11-25 12:16:53 +01:00

11 lines
241 B
Plaintext

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config AUDIO_CODEC_WM8904
bool "Wolfson WM8904 codec support"
default y
select I2C
depends on DT_HAS_WOLFSON_WM8904_ENABLED
help
Enable support for the Wolfson WM8904 codec