projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb53440
)
Staging: asus_oled: fix build dependancy
author
Kamalesh Babulal
<kamalesh@linux.vnet.ibm.com>
Thu, 20 Nov 2008 17:09:27 +0000
(22:39 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 6 Jan 2009 21:52:28 +0000
(13:52 -0800)
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>
drivers/staging/asus_oled/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/asus_oled/Kconfig
b/drivers/staging/asus_oled/Kconfig
index 2c10e1eb7266217daa18555c274986b79dcbc4af..e56dbb25ac5d863bd810902aeca0a943f197a13a 100644
(file)
--- 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.