On 2/19/20 10:34 PM, Sameer Pujar wrote: > diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig > index 157fa7a..0c07f63 100644 > --- a/sound/soc/tegra/Kconfig > +++ b/sound/soc/tegra/Kconfig > @@ -62,6 +62,16 @@ config SND_SOC_TEGRA30_I2S > Tegra30 I2S interface. You will also need to select the individual > machine drivers to support below. > > +config SND_SOC_TEGRA210_AHUB > + tristate "Tegra210 AHUB module" > + depends on SND_SOC_TEGRA > + help > + Config to enable Audio Hub (AHUB) module, which comprises of a > + switch called Audio Crossbar (AXBAR) used to configure or modify > + the audio routing path between various HW accelerators present in > + AHUB. > + Say Y or M if you want to add support for Tegra210 AHUB module. > + > config SND_SOC_TEGRA210_DMIC > tristate "Tegra210 DMIC module" > depends on SND_SOC_TEGRA Please fix above according to Documentation/process/coding-style.rst: 10) Kconfig configuration files ------------------------------- For all of the Kconfig* configuration files throughout the source tree, the indentation is somewhat different. Lines under a ``config`` definition are indented with one tab, while help text is indented an additional two spaces. -- ~Randy