| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- config KEYBOARD_MTK
- tristate "MediaTek Keypad Support"
- ---help---
- Say Y here if you want to use the keypad.
- If unuse, say N.
- To compile this driver as a module, choose M here: the
- module will be called mtk-kpd.
- config KEYBOARD_HID
- tristate "MediaTek hid keyboard support"
- ---help---
- Say Y here if you want to use the hid keyboard.
- If unuse, say N.
- To compile this driver as a module, choose M here: the
- module will be called hid_keyboard.
- config ONEKEY_REBOOT_NORMAL_MODE
- bool "Long press reboot by Powerkey only on normal mode"
- default n
- ---help---
- Say Y here if you want to use one key reboot normal mode.
- If unuse, say N.
- To compile this driver as a module, choose M here: the
- module will be called long_press_reboot_function_setting.
- config TWOKEY_REBOOT_NORMAL_MODE
- bool "Long press reboot by Powerkey + other key on normal mode"
- default n
- ---help---
- Say Y here if you want to use two key reboot noraml mode.
- If unuse, say N.
- To compile this driver as a module, choose M here: the
- module will be called long_press_reboot_function_setting.
- config ONEKEY_REBOOT_OTHER_MODE
- bool "Long press reboot by Powerkey only on other mode"
- default n
- ---help---
- Say Y here if you want to use one key reboot other mode.
- If unuse, say N.
- To compile this driver as a module, choose M here: the
- module will be called long_press_reboot_function_setting.
- config TWOKEY_REBOOT_OTHER_MODE
- bool "Long press reboot by Powerkey + other key on other mode"
- default n
- ---help---
- Say Y here if you want to use two key reboot other mode.
- If unuse, say N.
- To compile this driver as a module, choose M here: the
- module will be called long_press_reboot_function_setting.
- config KPD_PMIC_LPRST_TD
- int "Long press reboot timeout period"
- range 0 3
- default "1"
- ---help---
- 0->8s, 1->11s, 2->14s, 3->5s
- config KPD_PWRKEY_USE_EINT
- bool "power key use keypad key"
- default n
- ---help---
- Say Y here if you want to use keypad key as power key.
- If unuse, say N.
- To compile this driver as a module, choose M here: the
- module will be called kpd_pwrkey_handler_hal.
- config KPD_PWRKEY_USE_PMIC
- bool "power key use pmic key"
- default n
- ---help---
- Say Y here if you want to use pmic key as power key.
- If unuse, say N.
- To compile this driver as a module, choose M here: the
- module will be called kpd_pmic_pwrkey_hal.
- config MTK_MRDUMP_KEY
- bool "MediaTek mrdump reset key support"
- default n
- help
- Say Y if you want to enable mrdump key SMT item support.
- If you don't know what to do here, say N.
|