diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 46b6faef17..c84186620f 100644 --- a/include/config.h +++ b/include/config.h @@ -574,6 +574,9 @@ /* Compile common code to support power button debouncing */ #undef CONFIG_POWER_BUTTON +/* Allow the power button to send events while the lid is closed */ +#undef CONFIG_POWER_BUTTON_IGNORE_LID + /* Support sending the power button signal to x86 chipsets */ #undef CONFIG_POWER_BUTTON_X86 |