[U-Boot] [PATCH v2 27/34] x86: coreboot: Enable the beeper sound driver

Simon Glass sjg at chromium.org
Sun Feb 17 03:25:00 UTC 2019


Use the i8254 sound driver to support creating simple beeps.

Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---

Changes in v2: None

 configs/coreboot_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig
index ad0b35f2046..2795fe97ca2 100644
--- a/configs/coreboot_defconfig
+++ b/configs/coreboot_defconfig
@@ -23,6 +23,7 @@ CONFIG_CMD_DHCP=y
 # CONFIG_CMD_NFS is not set
 CONFIG_CMD_PING=y
 CONFIG_CMD_TIME=y
+CONFIG_CMD_SOUND=y
 CONFIG_CMD_EXT2=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_EXT4_WRITE=y
@@ -35,4 +36,6 @@ CONFIG_DEFAULT_DEVICE_TREE="coreboot"
 CONFIG_REGMAP=y
 CONFIG_SYSCON=y
 # CONFIG_PCI_PNP is not set
+CONFIG_SOUND=y
+CONFIG_SOUND_I8254=y
 CONFIG_CONSOLE_SCROLL_LINES=5
-- 
2.21.0.rc0.258.g878e2cd30e-goog



More information about the U-Boot mailing list