Re: [PATCH v3 6/6] staging: greybus: audio: Enable GB codec, audio module compilation.

From: Greg Kroah-Hartman
Date: Wed Jul 01 2020 - 09:37:11 EST


On Fri, Jun 19, 2020 at 04:50:26PM +0530, Vaibhav Agarwal wrote:
> Currently you can't enable the Gey Bus Audio Codec because there is no
> entry for it in the Kconfig file. Originally the config name was going
> to be AUDIO_MSM8994 but that's not correct because other types of
> hardware are supported now. I have chosen the name AUDIO_APB_CODEC
> instead. Also I had to update the dependencies for GREYBUS_AUDIO to
> make the compile work.
>
> Signed-off-by: Vaibhav Agarwal <vaibhav.sr@xxxxxxxxx>
> Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> ---
> drivers/staging/greybus/Kconfig | 14 +++++++++++++-
> drivers/staging/greybus/Makefile | 4 ++--
> 2 files changed, 15 insertions(+), 3 deletions(-)

Can you fix the build issues found by the bot and resend?

thanks,

greg k-h