Message ID | 1398763412-18928-9-git-send-email-kaixu.xia@linaro.org |
---|---|
State | New |
Headers | show |
On Tuesday 29 April 2014 17:23:25 Xia Kaixu wrote: > The missing dependency can lead to build errors, so > make it explicit in Kconfig. This patch and the following few ones that you have split up are missing the attribution to me as the original author. Since you have split them up and they are basically one-line patches, it's fine to have you as the author, but then you should remove my 'Signed-off-by' line as well. You can add an 'Acked-by' with my address instead. Alternatively, you can keep my Signed-off-by, and change the author using 'git commit --amend --author="Arnd Bergmann <arnd@arndb.de>"'. Arnd
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 6473052..6acb225 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -140,7 +140,7 @@ config SND_PXA910_SOC config SND_SOC_TTC_DKB bool "SoC Audio support for TTC DKB" - depends on SND_PXA910_SOC && MACH_TTC_DKB + depends on SND_PXA910_SOC && MACH_TTC_DKB && I2C=y select PXA_SSP select SND_PXA_SOC_SSP select SND_MMP_SOC