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/peach-pit_defconfig | |
parent | 1e224fef9446e8c0cde57636dd8a36d0ebc85437 (diff) | |
download | u-boot-f2b25c9bf8212139f43ded090c78d604babc4337.tar.gz |
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/peach-pit_defconfig')
-rw-r--r-- | configs/peach-pit_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/peach-pit_defconfig b/configs/peach-pit_defconfig index 7018737ab4..9a3a11504d 100644 --- a/configs/peach-pit_defconfig +++ b/configs/peach-pit_defconfig @@ -49,7 +49,6 @@ CONFIG_REGULATOR_TPS65090=y CONFIG_DM_PWM=y CONFIG_PWM_EXYNOS=y CONFIG_SOUND=y -CONFIG_DM_SOUND=y CONFIG_I2S=y CONFIG_I2S_SAMSUNG=y CONFIG_SOUND_MAX98090=y |