Эх сурвалжийг харах

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>
Kamalesh Babulal 16 жил өмнө
parent
commit
5ec5ec7806

+ 1 - 0
drivers/staging/asus_oled/Kconfig

@@ -1,5 +1,6 @@
 config ASUS_OLED
 config ASUS_OLED
 	tristate "Asus OLED driver"
 	tristate "Asus OLED driver"
+	depends on USB
 	default N
 	default N
 	---help---
 	---help---
 	  Enable support for the OLED display present in some Asus laptops.
 	  Enable support for the OLED display present in some Asus laptops.