diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2022-01-24 11:11:41 +0900 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-01-28 11:03:21 +0100 |
commit | 485d710685b1a914230f9c18db9fbb9d08e16475 (patch) | |
tree | 080e60dbe7874a9695fc8c2028988e1dbb2bb5c3 /arch/arm64/configs | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) |
arm64: defconfig: Enable Audio Graph Card2 driver
commit 6e5f68fe3f2d35 ("ASoC: add Audio Graph Card2 driver")
added new Audio Graph Card2 driver which can handle
sound card more flexibly.
This patch enables it on defconfig.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/20220124021142.224592-3-kuninori.morimoto.gx@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 30516dc0b70e..92635ca9f635 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -809,6 +809,7 @@ CONFIG_SND_SOC_LPASS_WSA_MACRO=m CONFIG_SND_SOC_LPASS_VA_MACRO=m CONFIG_SND_SIMPLE_CARD=m CONFIG_SND_AUDIO_GRAPH_CARD=m +CONFIG_SND_AUDIO_GRAPH_CARD2=m CONFIG_HID_MULTITOUCH=m CONFIG_I2C_HID_ACPI=m CONFIG_I2C_HID_OF=m |