projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2724be0
)
greybus: makefile: add power_supply config check
author
Rui Miguel Silva
<rui.silva@linaro.org>
Thu, 12 Nov 2015 15:36:01 +0000
(15:36 +0000)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Fri, 13 Nov 2015 00:09:32 +0000
(16:09 -0800)
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>
drivers/staging/greybus/Makefile
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/Makefile
b/drivers/staging/greybus/Makefile
index
d479a02
..
c3572b3
100644
(file)
--- 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 := P
OWER_SUPPLY P
WM SYSFS SPI USB SND_SOC MMC LEDS_CLASS
# kernel config option that shall be disable
CONFIG_OPTIONS_DISABLE :=