From ee85a4152516daf57ce1f05b16e5f06ab4f3cf91 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 27 Feb 2016 19:19:14 +0100 Subject: kc1: Power off when the power on reason is not a valid one Some power on reasons are not desirable (e.g. too short press on the power button), battery plug. Thus, power off the device when one of those occurs. Signed-off-by: Paul Kocialkowski --- include/configs/kc1.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/configs/kc1.h b/include/configs/kc1.h index 04cb320..c2ac148 100644 --- a/include/configs/kc1.h +++ b/include/configs/kc1.h @@ -105,6 +105,12 @@ #define CONFIG_TWL6030_POWER /* + * Input + */ + +#define CONFIG_TWL6030_INPUT + +/* * Partitions */ -- cgit v1.1