From: Johan Hovold Date: Tue, 13 Oct 2015 17:10:30 +0000 (+0200) Subject: greybus: build: add pwm to config options to enable X-Git-Tag: Ubuntu-4.9.0-1.2~749^2~378^2~21^2~1133 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=650f38e3160aeaaa77c9e689850ba4c4f78ecb2e;p=mirror_ubuntu-zesty-kernel.git greybus: build: add pwm to config options to enable Add PWM to the kernel config options that shall be enabled. When PWM is not enabled connection init will fail with greybus endo0:3:4:9:9: failed to register PWM: -22 when using the default manifest. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index af280538425e..a62734093690 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 := SYSFS SPI USB SND_SOC MMC LEDS_CLASS +CONFIG_OPTIONS_ENABLE := PWM SYSFS SPI USB SND_SOC MMC LEDS_CLASS # kernel config option that shall be disable CONFIG_OPTIONS_DISABLE :=