- create driver for codec wm8962 - add Kconfig, Cmakelist references - create dts binding Signed-off-by: Tomas Barak <tomas.barak@nxp.com>
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
# Copyright 2025 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config AUDIO_CODEC_WM8962
|
|
bool "Wolfson WM8962 codec support"
|
|
default y
|
|
select I2C
|
|
depends on DT_HAS_WOLFSON_WM8962_ENABLED
|
|
help
|
|
Enable support for the Wolfson WM8962 codec
|