projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a27e54
)
x86: coreboot: Enable the beeper sound driver
author
Simon Glass
<sjg@chromium.org>
Sun, 17 Feb 2019 03:25:00 +0000
(20:25 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Wed, 20 Feb 2019 07:27:10 +0000
(15:27 +0800)
Use the i8254 sound driver to support creating simple beeps.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/coreboot_defconfig
patch
|
blob
|
history
diff --git
a/configs/coreboot_defconfig
b/configs/coreboot_defconfig
index ad0b35f204608b0fc601b7c7d7b504c51baaa318..2795fe97ca264634ed2eb23c70fca7bd7bb66b1f 100644
(file)
--- 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