diff options
author | Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> | 2008-11-20 12:09:27 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 16:52:28 -0500 |
commit | 5ec5ec78060481e6a0cecc06ab0c6ec8b213ec80 (patch) | |
tree | 262aef39a1ecfa2e937a85d96565f0d56795526a | |
parent | fb53440b187f0cfc1f116e580e9c7e9931191f9c (diff) |
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>
-rw-r--r-- | drivers/staging/asus_oled/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
1 | config ASUS_OLED | 1 | config ASUS_OLED |
2 | tristate "Asus OLED driver" | 2 | tristate "Asus OLED driver" |
3 | depends on USB | ||
3 | default N | 4 | default N |
4 | ---help--- | 5 | ---help--- |
5 | Enable support for the OLED display present in some Asus laptops. | 6 | Enable support for the OLED display present in some Asus laptops. |