From: Kamalesh Babulal Date: Thu, 20 Nov 2008 17:09:27 +0000 (+0530) Subject: Staging: asus_oled: fix build dependancy X-Git-Tag: v2.6.29-rc1~228^2~39 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/asus_oled/Kconfig b/drivers/staging/asus_oled/Kconfig index 2c10e1eb726..e56dbb25ac5 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.