Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kamalesh Babulal and committed by
Greg Kroah-Hartman
5ec5ec78 fb53440b

+1
+1
drivers/staging/asus_oled/Kconfig
··· 1 1 config ASUS_OLED 2 2 tristate "Asus OLED driver" 3 + depends on USB 3 4 default N 4 5 ---help--- 5 6 Enable support for the OLED display present in some Asus laptops.