diff options
author | Leah Rowe <leah@libreboot.org> | 2021-12-20 02:46:25 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-12-20 02:46:25 +0000 |
commit | 72217829404a3ab77d949556417dd0c56dcee256 (patch) | |
tree | 3d2ffb1e5e218aad088b611ecba503c88f6ad94e /resources/coreboot/r400_4mb | |
parent | c3a66c32750fa4a9a90ddb6383b09fdfb6ff77f5 (diff) |
lenovo/r400: disable death beeps
Diffstat (limited to 'resources/coreboot/r400_4mb')
-rw-r--r-- | resources/coreboot/r400_4mb/config/libgfxinit_corebootfb | 4 | ||||
-rw-r--r-- | resources/coreboot/r400_4mb/config/libgfxinit_txtmode | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/resources/coreboot/r400_4mb/config/libgfxinit_corebootfb b/resources/coreboot/r400_4mb/config/libgfxinit_corebootfb index e024b7c1..ab361b2b 100644 --- a/resources/coreboot/r400_4mb/config/libgfxinit_corebootfb +++ b/resources/coreboot/r400_4mb/config/libgfxinit_corebootfb @@ -327,8 +327,8 @@ CONFIG_SUPERIO_NSC_PC87384=y # CONFIG_EC_ACPI=y CONFIG_EC_LENOVO_H8=y -CONFIG_H8_BEEP_ON_DEATH=y -CONFIG_H8_FLASH_LEDS_ON_DEATH=y +# CONFIG_H8_BEEP_ON_DEATH is not set +# CONFIG_H8_FLASH_LEDS_ON_DEATH is not set # CONFIG_H8_SUPPORT_BT_ON_WIFI is not set CONFIG_H8_HAS_BAT_TRESHOLDS_IMPL=y CONFIG_EC_LENOVO_PMH7=y diff --git a/resources/coreboot/r400_4mb/config/libgfxinit_txtmode b/resources/coreboot/r400_4mb/config/libgfxinit_txtmode index 9a85d382..29d6bd4c 100644 --- a/resources/coreboot/r400_4mb/config/libgfxinit_txtmode +++ b/resources/coreboot/r400_4mb/config/libgfxinit_txtmode @@ -325,8 +325,8 @@ CONFIG_SUPERIO_NSC_PC87384=y # CONFIG_EC_ACPI=y CONFIG_EC_LENOVO_H8=y -CONFIG_H8_BEEP_ON_DEATH=y -CONFIG_H8_FLASH_LEDS_ON_DEATH=y +# CONFIG_H8_BEEP_ON_DEATH is not set +# CONFIG_H8_FLASH_LEDS_ON_DEATH is not set # CONFIG_H8_SUPPORT_BT_ON_WIFI is not set CONFIG_H8_HAS_BAT_TRESHOLDS_IMPL=y CONFIG_EC_LENOVO_PMH7=y |