summaryrefslogtreecommitdiffstats
path: root/drivers/staging/asus_oled
diff options
context:
space:
mode:
authorKamalesh Babulal2008-11-20 18:09:27 +0100
committerGreg Kroah-Hartman2009-01-06 22:52:28 +0100
commit5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80 (patch)
tree262aef39a1ecfa2e937a85d96565f0d56795526a /drivers/staging/asus_oled
parentStaging: add asus_oled driver (diff)
downloadkernel-qcow2-linux-5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80.tar.gz
kernel-qcow2-linux-5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80.tar.xz
kernel-qcow2-linux-5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80.zip
Staging: asus_oled: fix build dependancy
asus_oled depends on the CONFIG_USB_SUPPORT, I have only build tested the patch. Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/asus_oled')
-rw-r--r--drivers/staging/asus_oled/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/asus_oled/Kconfig b/drivers/staging/asus_oled/Kconfig
index 2c10e1eb7266..e56dbb25ac5d 100644
--- a/drivers/staging/asus_oled/Kconfig
+++ b/drivers/staging/asus_oled/Kconfig
@@ -1,5 +1,6 @@
config ASUS_OLED
tristate "Asus OLED driver"
+ depends on USB
default N
---help---
Enable support for the OLED display present in some Asus laptops.