The `default y`, which is coupled with `depends on DT_HAS_WOLFSON_WM8904_ENABLED` to link the settings with DeviceTree, which was missing, so I added it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config AUDIO_CODEC_WM8904
|
|
bool "Wolfson WM8904 codec support"
|
|
default y
|
|
select I2C
|
|
depends on DT_HAS_WOLFSON_WM8904_ENABLED
|
|
help
|
|
Enable support for the Wolfson WM8904 codec
|