diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-20 21:32:52 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-20 17:16:57 +0000 |
commit | 3efd72330543da44e82e9371dfb639802c886f6c (patch) | |
tree | a2d35e73936bfb991d1fe971aa6e785a7ee0b707 /sound/soc/sof | |
parent | 5cca59516de5df9de6bdecb328dd55fb5bcccb41 (diff) | |
download | linux-3efd72330543da44e82e9371dfb639802c886f6c.tar.gz linux-3efd72330543da44e82e9371dfb639802c886f6c.tar.bz2 linux-3efd72330543da44e82e9371dfb639802c886f6c.zip |
ASoC: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191120133252.6365-1-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof')
-rw-r--r-- | sound/soc/sof/intel/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index 04d4929cf91f..92f7485b6994 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig @@ -264,16 +264,16 @@ config SND_SOC_SOF_ELKHARTLAKE config SND_SOC_SOF_JASPERLAKE_SUPPORT bool "SOF support for JasperLake" help - This adds support for Sound Open Firmware for Intel(R) platforms - using the JasperLake processors. - Say Y if you have such a device. - If unsure select "N". + This adds support for Sound Open Firmware for Intel(R) platforms + using the JasperLake processors. + Say Y if you have such a device. + If unsure select "N". config SND_SOC_SOF_JASPERLAKE tristate select SND_SOC_SOF_HDA_COMMON help - This option is not user-selectable but automagically handled by + This option is not user-selectable but automagically handled by 'select' statements at a higher level config SND_SOC_SOF_HDA_COMMON |