From: Kamalesh Babulal Date: Thu, 20 Nov 2008 17:09:27 +0000 (+0530) Subject: Staging: asus_oled: fix build dependancy X-Git-Tag: firefly_0821_release~16128^2~39 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80;p=firefly-linux-kernel-4.4.55.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 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.