mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 09:11:57 +00:00
Add new driver for the Cirrus CS43L22 audio DAC. Signed-off-by: Titouan Christophe <moiandme@gmail.com>
13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
# Copyright (c) 2025 Titouan Christophe
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config AUDIO_CODEC_CS43L22
|
|
bool "Cirrus CS43L22 driver"
|
|
default y
|
|
select I2C
|
|
depends on GPIO
|
|
depends on DT_HAS_CIRRUS_CS43L22_ENABLED
|
|
help
|
|
Enable the driver for the Cirrus CS43L22 low Power, stereo DAC
|
|
with headphone & speaker amplifiers
|