1# Copyright (c) 2025 Titouan Christophe
2# SPDX-License-Identifier: Apache-2.0
3
4config AUDIO_CODEC_CS43L22
5	bool "Cirrus CS43L22 driver"
6	default y
7	select I2C
8	depends on GPIO
9	depends on DT_HAS_CIRRUS_CS43L22_ENABLED
10	help
11	  Enable the driver for the Cirrus CS43L22 low Power, stereo DAC
12	  with headphone & speaker amplifiers
13