From 5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Thu, 20 Nov 2008 22:39:27 +0530 Subject: 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 --- drivers/staging/asus_oled/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/staging/asus_oled') 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. -- cgit v1.2.3