config MTK_KEYPAD
	tristate "MediaTek Keypad Support"
	---help---
	  Say Y here if you want to use the keypad.
	  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.
	  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

config TWOKEY_REBOOT_NORMAL_MODE
	bool "Long press reboot by Powerkey + other key on normal mode"
	default n

config ONEKEY_REBOOT_OTHER_MODE
	bool "Long press reboot by Powerkey only on other mode"
	default n

config TWOKEY_REBOOT_OTHER_MODE
	bool "Long press reboot by Powerkey + other key on other mode"
	default n

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
