diff options
author | Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> | 2008-11-20 22:39:27 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:52:28 -0800 |
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 @@ config ASUS_OLED tristate "Asus OLED driver" + depends on USB default N ---help--- Enable support for the OLED display present in some Asus laptops. |