From de79a7654be3805477d63b5e1377aa1ad4cf6a4d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 6 Mar 2015 13:19:09 -0700 Subject: sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass --- common/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 0a4652b..17930a4 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -339,6 +339,16 @@ config CMD_SETGETDCR getidcr - Get a register value via indirect DCR addressing setidcr - Set a register value via indirect DCR addressing +config CMD_SOUND + bool "sound" + depends on SOUND + help + This provides basic access to the U-Boot's sound support. The main + feature is to play a beep. + + sound init - set up sound system + sound play - play a sound + endmenu menu "Boot timing" -- cgit v1.1