diff options
author | Kai Chieh Chuang <kaichieh.chuang@mediatek.com> | 2018-04-25 15:25:21 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-04-27 11:40:03 +0100 |
commit | f0ab0bf250da5a115d5675a686117f21984f0760 (patch) | |
tree | 9bb4825870357b7b36c6cc19ae65977f650cbc22 /sound/soc/mediatek/Makefile | |
parent | 3c76fbc316fb41ff731b91de3a1e860d92478eeb (diff) | |
download | lwn-f0ab0bf250da5a115d5675a686117f21984f0760.tar.gz lwn-f0ab0bf250da5a115d5675a686117f21984f0760.zip |
ASoC: add mt6797-mt6351 driver and config option
Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Makefile')
-rw-r--r-- | sound/soc/mediatek/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Makefile b/sound/soc/mediatek/Makefile index 28679589ad2a..3bb2c47532f4 100644 --- a/sound/soc/mediatek/Makefile +++ b/sound/soc/mediatek/Makefile @@ -1,4 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_SND_SOC_MEDIATEK) += common/ obj-$(CONFIG_SND_SOC_MT2701) += mt2701/ +obj-$(CONFIG_SND_SOC_MT6797) += mt6797/ obj-$(CONFIG_SND_SOC_MT8173) += mt8173/ |