From: Simon Glass Date: Sun, 17 Feb 2019 03:25:00 +0000 (-0700) Subject: x86: coreboot: Enable the beeper sound driver X-Git-Tag: v2019.04-rc3~13^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d4d5db64d038b690f5ea34f30bad8dcc50ae425;p=platform%2Fkernel%2Fu-boot.git x86: coreboot: Enable the beeper sound driver Use the i8254 sound driver to support creating simple beeps. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index ad0b35f..2795fe9 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