diff options
author | Martyn Welch <martyn.welch@ge.com> | 2011-12-12 17:04:06 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-12 16:36:03 -0800 |
commit | 16772a495ab4ee2f99b3f0094907b00d263620de (patch) | |
tree | b68d7b5c802730232660f0c4131011b2d3e3b525 /drivers/staging/vme | |
parent | 835c70f6751bf46761375f2263fb2fff64630a1b (diff) | |
download | talos-obmc-linux-16772a495ab4ee2f99b3f0094907b00d263620de.tar.gz talos-obmc-linux-16772a495ab4ee2f99b3f0094907b00d263620de.zip |
Staging: VME: PIO2: Add GPIOLIB dependancy
The PIO2 driver errors when GPIOLIB, on which it depends, is not enabled.
Add dependancy when selecting the PIO2.
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme')
-rw-r--r-- | drivers/staging/vme/devices/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vme/devices/Kconfig b/drivers/staging/vme/devices/Kconfig index 8f5d286071d1..55ec30cb1fa2 100644 --- a/drivers/staging/vme/devices/Kconfig +++ b/drivers/staging/vme/devices/Kconfig @@ -9,6 +9,7 @@ config VME_USER config VME_PIO2 tristate "GE PIO2 VME" + depends on GPIOLIB help Say Y here to include support for the GE PIO2. The PIO2 is a 6U VME slave card, implementing 32 solid-state relay switched IO lines, in |