On Wed, Jun 6, 2018 at 9:38 PM Mathieu Malaterre malat@debian.org wrote:
Update the Ci20's defconfig to enable the JZ4780's SND driver.
Signed-off-by: Mathieu Malaterre malat@debian.org
arch/mips/configs/ci20_defconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index e1c14f6af824..0c08c7675b42 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -104,6 +104,10 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y CONFIG_REGULATOR_FIXED_VOLTAGE=y # CONFIG_VGA_CONSOLE is not set +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_SOC=y +CONFIG_SND_JZ4740_SOC=y
technically I am also missing: CONFIG_SND_JZ4740_SOC_I2S=y
# CONFIG_HID is not set # CONFIG_USB_SUPPORT is not set CONFIG_MMC=y -- 2.11.0