1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config AUDIO_CODEC_WM8904
5	bool "Wolfson WM8904 codec support"
6	default y
7	select I2C
8	depends on DT_HAS_WOLFSON_WM8904_ENABLED
9	help
10	  Enable support for the Wolfson WM8904 codec
11