greybus: build: add pwm to config options to enable
authorJohan Hovold <johan@hovoldconsulting.com>
Tue, 13 Oct 2015 17:10:30 +0000 (19:10 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 14 Oct 2015 19:10:38 +0000 (12:10 -0700)
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 <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/Makefile

index af28053..a627340 100644 (file)
@@ -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 :=