diff options
author | Simon Glass <sjg@chromium.org> | 2018-12-10 10:37:47 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-12-13 16:36:41 -0700 |
commit | f2b25c9bf8212139f43ded090c78d604babc4337 (patch) | |
tree | 8da5a8bcb40cf982708cfb9af886f94c9f6364c1 /configs/snow_defconfig | |
parent | 1e224fef9446e8c0cde57636dd8a36d0ebc85437 (diff) | |
download | u-boot-f2b25c9bf8212139f43ded090c78d604babc4337.tar.gz u-boot-f2b25c9bf8212139f43ded090c78d604babc4337.tar.bz2 u-boot-f2b25c9bf8212139f43ded090c78d604babc4337.zip |
dm: sound: Complete migration to driver model
All users of sound are converted to use driver model. Drop the old code
and the CONFIG_DM_SOUND option.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/snow_defconfig')
-rw-r--r-- | configs/snow_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig index 10e11fbb33..e0c1bf862c 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -60,7 +60,6 @@ CONFIG_DM_PWM=y CONFIG_PWM_EXYNOS=y CONFIG_DEBUG_UART_S5P=y CONFIG_SOUND=y -CONFIG_DM_SOUND=y CONFIG_I2S=y CONFIG_I2S_SAMSUNG=y CONFIG_SOUND_MAX98095=y |