From: Rui Miguel Silva Date: Thu, 12 Nov 2015 15:36:01 +0000 (+0000) Subject: greybus: makefile: add power_supply config check X-Git-Tag: v4.14-rc1~2366^2~378^2~21^2~1040 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=783e373a9fead8591e5d22fd12e76a99b234337e;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index d479a02..c3572b3 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 := 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 :=