Bläddra i källkod

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 år sedan
förälder
incheckning
5ec5ec7806
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      drivers/staging/asus_oled/Kconfig

+ 1 - 0
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.