From 14006ab2f53df868f3835ab0706b5ef94c90708f Mon Sep 17 00:00:00 2001 From: Rui Miguel Silva Date: Wed, 13 Jan 2016 14:39:55 +0000 Subject: [PATCH] greybus: makefile: add requirement for CONFIG_INPUT To support key events coming from the svc (ara key) it is needed to add the input core as an required config option. Signed-off-by: Rui Miguel Silva Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index 011e87cb32cf..d45a641076b9 100644 --- a/drivers/staging/greybus/Makefile +++ b/drivers/staging/greybus/Makefile @@ -51,7 +51,7 @@ INSTALL_MOD_PATH ?= /.. PWD := $(shell pwd) # kernel config option that shall be enable -CONFIG_OPTIONS_ENABLE := POWER_SUPPLY PWM SYSFS SPI USB SND_SOC MMC LEDS_CLASS +CONFIG_OPTIONS_ENABLE := POWER_SUPPLY PWM SYSFS SPI USB SND_SOC MMC LEDS_CLASS INPUT # kernel config option that shall be disable CONFIG_OPTIONS_DISABLE := -- 2.20.1