Skip to content

Commit

Permalink
ASoC: Intel: Add makefiles and kconfig changes for KeemBay
Browse files Browse the repository at this point in the history
Add makefile and kconfig changes for Intel KeemBay platform driver.

Signed-off-by: Michael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Signed-off-by: Sia Jee Heng <jee.heng.sia@intel.com>
Link: https://lore.kernel.org/r/1591682783-1923-3-git-send-email-jee.heng.sia@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
siajeeheng authored and broonie committed Jun 15, 2020
1 parent c5477e9 commit c544912
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sound/soc/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@ config SND_SOC_ACPI_INTEL_MATCH

endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL

config SND_SOC_INTEL_KEEMBAY
tristate "Keembay Platforms"
depends on ARM64 || COMPILE_TEST
depends on COMMON_CLK
help
If you have a Intel Keembay platform then enable this option
by saying Y or m.

# ASoC codec drivers
source "sound/soc/intel/boards/Kconfig"
1 change: 1 addition & 0 deletions sound/soc/intel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += skylake/
obj-$(CONFIG_SND_SOC_INTEL_KEEMBAY) += keembay/

# Machine support
obj-$(CONFIG_SND_SOC) += boards/

0 comments on commit c544912

Please sign in to comment.