greybus: makefile: add power_supply config check
Add check for POWER_SUPPLY config option to guarantee that it is enabled. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
2724be0305
commit
783e373a9f
@ -51,7 +51,7 @@ INSTALL_MOD_PATH ?= /..
|
||||
PWD := $(shell pwd)
|
||||
|
||||
# kernel config option that shall be enable
|
||||
CONFIG_OPTIONS_ENABLE := PWM SYSFS SPI USB SND_SOC MMC LEDS_CLASS
|
||||
CONFIG_OPTIONS_ENABLE := POWER_SUPPLY PWM SYSFS SPI USB SND_SOC MMC LEDS_CLASS
|
||||
|
||||
# kernel config option that shall be disable
|
||||
CONFIG_OPTIONS_DISABLE :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user