Add driver for the Wolfson WM8904 audio codec. Signed-off-by: Hake Huang <hake.huang@oss.nxp.com> Signed-off-by: Yves Vandervennet <yves.vandervennet@nxp.com> Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config AUDIO_CODEC_WM8904
|
|
bool "Wolfson WM8904 codec support"
|
|
select I2C
|
|
depends on DT_HAS_WOLFSON_WM8904_ENABLED
|
|
help
|
|
Enable support for the Wolfson WM8904 codec
|