aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/asus_oled/Kconfig
diff options
context:
space:
mode:
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>2008-11-20 22:39:27 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:28 -0800
commit5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80 (patch)
tree262aef39a1ecfa2e937a85d96565f0d56795526a /drivers/staging/asus_oled/Kconfig
parentStaging: add asus_oled driver (diff)
downloadlinux-dev-5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80.tar.xz
linux-dev-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/Kconfig')
-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.