Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14006ab2 authored by Rui Miguel Silva's avatar Rui Miguel Silva Committed by Greg Kroah-Hartman
Browse files

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: default avatarRui Miguel Silva <rui.silva@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 3ea6a815
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 :=