diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2018-01-04 17:35:58 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-01-08 11:20:01 -0500 |
commit | 99644597d71333866070f0223bffa62c03f36587 (patch) | |
tree | 683958cc24b2a9484c9a7cdc545c1eb2822cc74d | |
parent | 043f5a0b8d6e4b9cb373978ca1883fe16287abfd (diff) |
ASoC: Intel: boards: align Kconfig configurations for HiFi2
Make sure all the configs are aligned
Also add the missing dependencies on SOC_ACPI stuff used to fix
DAI names based on HID and fix a couple of indentation issues
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/intel/boards/Kconfig | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig index 358f8f33adc4..08c482cc02f7 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig | |||
@@ -85,29 +85,32 @@ endif | |||
85 | if SND_SST_ATOM_HIFI2_PLATFORM | 85 | if SND_SST_ATOM_HIFI2_PLATFORM |
86 | 86 | ||
87 | config SND_SOC_INTEL_BYTCR_RT5640_MACH | 87 | config SND_SOC_INTEL_BYTCR_RT5640_MACH |
88 | tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec" | 88 | tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec" |
89 | depends on X86 && I2C && ACPI | 89 | depends on X86_INTEL_LPSS && I2C && ACPI |
90 | select SND_SOC_ACPI | ||
90 | select SND_SOC_RT5640 | 91 | select SND_SOC_RT5640 |
91 | help | 92 | help |
92 | This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR | 93 | This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR |
93 | platforms with RT5640 audio codec. | 94 | platforms with RT5640 audio codec. |
94 | Say Y or m if you have such a device. This is a recommended option. | 95 | Say Y or m if you have such a device. This is a recommended option. |
95 | If unsure select "N". | 96 | If unsure select "N". |
96 | 97 | ||
97 | config SND_SOC_INTEL_BYTCR_RT5651_MACH | 98 | config SND_SOC_INTEL_BYTCR_RT5651_MACH |
98 | tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec" | 99 | tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec" |
99 | depends on X86 && I2C && ACPI | 100 | depends on X86_INTEL_LPSS && I2C && ACPI |
101 | select SND_SOC_ACPI | ||
100 | select SND_SOC_RT5651 | 102 | select SND_SOC_RT5651 |
101 | help | 103 | help |
102 | This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR | 104 | This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR |
103 | platforms with RT5651 audio codec. | 105 | platforms with RT5651 audio codec. |
104 | Say Y or m if you have such a device. This is a recommended option. | 106 | Say Y or m if you have such a device. This is a recommended option. |
105 | If unsure select "N". | 107 | If unsure select "N". |
106 | 108 | ||
107 | config SND_SOC_INTEL_CHT_BSW_RT5672_MACH | 109 | config SND_SOC_INTEL_CHT_BSW_RT5672_MACH |
108 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec" | 110 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec" |
109 | depends on X86_INTEL_LPSS && I2C && ACPI | 111 | depends on X86_INTEL_LPSS && I2C && ACPI |
110 | select SND_SOC_RT5670 | 112 | select SND_SOC_ACPI |
113 | select SND_SOC_RT5670 | ||
111 | help | 114 | help |
112 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell | 115 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell |
113 | platforms with RT5672 audio codec. | 116 | platforms with RT5672 audio codec. |
@@ -117,6 +120,7 @@ config SND_SOC_INTEL_CHT_BSW_RT5672_MACH | |||
117 | config SND_SOC_INTEL_CHT_BSW_RT5645_MACH | 120 | config SND_SOC_INTEL_CHT_BSW_RT5645_MACH |
118 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec" | 121 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec" |
119 | depends on X86_INTEL_LPSS && I2C && ACPI | 122 | depends on X86_INTEL_LPSS && I2C && ACPI |
123 | select SND_SOC_ACPI | ||
120 | select SND_SOC_RT5645 | 124 | select SND_SOC_RT5645 |
121 | help | 125 | help |
122 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell | 126 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell |
@@ -138,6 +142,7 @@ config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH | |||
138 | config SND_SOC_INTEL_BYT_CHT_DA7213_MACH | 142 | config SND_SOC_INTEL_BYT_CHT_DA7213_MACH |
139 | tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with DA7212/7213 codec" | 143 | tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with DA7212/7213 codec" |
140 | depends on X86_INTEL_LPSS && I2C && ACPI | 144 | depends on X86_INTEL_LPSS && I2C && ACPI |
145 | select SND_SOC_ACPI | ||
141 | select SND_SOC_DA7213 | 146 | select SND_SOC_DA7213 |
142 | help | 147 | help |
143 | This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail | 148 | This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail |