You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
329 B
12 lines
329 B
# 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
|
|
|