diff options
| author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-05-07 12:32:35 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2019-05-08 02:41:40 -0400 |
| commit | 78989ff8aeaddc183237da558ee07deee35fbbbd (patch) | |
| tree | 8db5a9ed329af148211c54bdfeb6d55229ad26a3 | |
| parent | 54d198d5019dd98b9bcb9099a389608d7e2cccad (diff) | |
ASoC: SOF: xtensa: fix undefined references
The SND_SOC_INTEL_COMMON Kconfig was removed months ago from SOF
Kconfig files but is still selected instead of the correct
SND_SOC_SOF_INTEL_COMMON kconfig which does select xtensa stuff,
leading to the following errors.
ld: sound/soc/sof/sof-acpi-dev.o:(.rodata+0x120): undefined reference
to `sof_xtensa_arch_ops'
ld: sound/soc/sof/sof-acpi-dev.o:(.rodata+0x180): undefined reference
to `sof_xtensa_arch_ops'
ld: sound/soc/sof/sof-acpi-dev.o:(.rodata+0x1e0): undefined reference
to `sof_xtensa_arch_ops'
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/sof/intel/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index 32ee0fabab92..603e0db4f012 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig | |||
| @@ -36,7 +36,7 @@ config SND_SOC_SOF_INTEL_HIFI_EP_IPC | |||
| 36 | 36 | ||
| 37 | config SND_SOC_SOF_INTEL_ATOM_HIFI_EP | 37 | config SND_SOC_SOF_INTEL_ATOM_HIFI_EP |
| 38 | tristate | 38 | tristate |
| 39 | select SND_SOC_INTEL_COMMON | 39 | select SND_SOC_SOF_INTEL_COMMON |
| 40 | select SND_SOC_SOF_INTEL_HIFI_EP_IPC | 40 | select SND_SOC_SOF_INTEL_HIFI_EP_IPC |
| 41 | help | 41 | help |
| 42 | This option is not user-selectable but automagically handled by | 42 | This option is not user-selectable but automagically handled by |
