diff options
-rw-r--r-- | drivers/usb/otg/Kconfig | 2 | ||||
-rw-r--r-- | drivers/usb/otg/langwell_otg.c | 4 | ||||
-rw-r--r-- | include/linux/usb/langwell_otg.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig index 299dfd2510cb..5ce07528cd0c 100644 --- a/drivers/usb/otg/Kconfig +++ b/drivers/usb/otg/Kconfig | |||
@@ -69,7 +69,7 @@ config NOP_USB_XCEIV | |||
69 | 69 | ||
70 | config USB_LANGWELL_OTG | 70 | config USB_LANGWELL_OTG |
71 | tristate "Intel Langwell USB OTG dual-role support" | 71 | tristate "Intel Langwell USB OTG dual-role support" |
72 | depends on USB && X86_MRST | 72 | depends on USB && PCI && INTEL_SCU_IPC |
73 | select USB_OTG | 73 | select USB_OTG |
74 | select USB_OTG_UTILS | 74 | select USB_OTG_UTILS |
75 | help | 75 | help |
diff --git a/drivers/usb/otg/langwell_otg.c b/drivers/usb/otg/langwell_otg.c index 879188086daf..bdc3ea66be69 100644 --- a/drivers/usb/otg/langwell_otg.c +++ b/drivers/usb/otg/langwell_otg.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Intel Langwell USB OTG transceiver driver | 2 | * Intel Langwell USB OTG transceiver driver |
3 | * Copyright (C) 2008 - 2009, Intel Corporation. | 3 | * Copyright (C) 2008 - 2010, Intel Corporation. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | * under the terms and conditions of the GNU General Public License, | 6 | * under the terms and conditions of the GNU General Public License, |
@@ -40,7 +40,7 @@ | |||
40 | #include <linux/usb/langwell_otg.h> | 40 | #include <linux/usb/langwell_otg.h> |
41 | 41 | ||
42 | #define DRIVER_DESC "Intel Langwell USB OTG transceiver driver" | 42 | #define DRIVER_DESC "Intel Langwell USB OTG transceiver driver" |
43 | #define DRIVER_VERSION "3.0.0.32L.0003" | 43 | #define DRIVER_VERSION "July 10, 2010" |
44 | 44 | ||
45 | MODULE_DESCRIPTION(DRIVER_DESC); | 45 | MODULE_DESCRIPTION(DRIVER_DESC); |
46 | MODULE_AUTHOR("Henry Yuan <hang.yuan@intel.com>, Hao Wu <hao.wu@intel.com>"); | 46 | MODULE_AUTHOR("Henry Yuan <hang.yuan@intel.com>, Hao Wu <hao.wu@intel.com>"); |
diff --git a/include/linux/usb/langwell_otg.h b/include/linux/usb/langwell_otg.h index a6562f1d4e2b..51f17b16d312 100644 --- a/include/linux/usb/langwell_otg.h +++ b/include/linux/usb/langwell_otg.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Intel Langwell USB OTG transceiver driver | 2 | * Intel Langwell USB OTG transceiver driver |
3 | * Copyright (C) 2008, Intel Corporation. | 3 | * Copyright (C) 2008 - 2010, Intel Corporation. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | * under the terms and conditions of the GNU General Public License, | 6 | * under the terms and conditions of the GNU General Public License, |