dm: sound: Create an option to use driver model for sound
authorSimon Glass <sjg@chromium.org>
Mon, 10 Dec 2018 17:37:31 +0000 (10:37 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2018 23:32:49 +0000 (16:32 -0700)
commit2a0495724133058ab7c6aa1e8dc9433344d45231
tree06bf68abd6ae4702384419ffc3472b01de3f010d
parent51b06dc40bce0768c77a23fcfc4a5ed5537aa2bd
dm: sound: Create an option to use driver model for sound

The U-Boot sound system provides basic support for beeping. At present it
does not use driver model, but it needs to be converted. Add an option to
enable driver model for sound. For now it is not connected to anything.
Future work will add drivers which use this option. It will then be
removed once everything is converted.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig
drivers/sound/Kconfig