diff options
Diffstat (limited to 'src/vendorcode/google/chromeos/Kconfig')
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 51a04edf96..2f04f24837 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -149,6 +149,12 @@ config PHYSICAL_REC_SWITCH help Whether this platform has a physical recovery switch +config LID_SWITCH + bool "Lid switch is present" + default n + help + Whether this platform has a lid switch + config WIPEOUT_SUPPORTED bool "User is able to request factory reset" default n |