diff mbox

cbus: tahvo: Select USB_OTG_UTILS

Message ID 1303201178-11482-1-git-send-email-jhnikula@gmail.com (mailing list archive)
State Accepted
Commit 02a9e36e314fb92e185ac4a566033192ba21e0be
Delegated to: Tony Lindgren
Headers show

Commit Message

Jarkko Nikula April 19, 2011, 8:19 a.m. UTC
tahvo-usb.c is using otg_set_transceiver which is built only if
CONFIG_USB_OTG_UTILS is set.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
---
 drivers/cbus/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Felipe Balbi April 19, 2011, 10:05 a.m. UTC | #1
On Tue, Apr 19, 2011 at 11:19:38AM +0300, Jarkko Nikula wrote:
> tahvo-usb.c is using otg_set_transceiver which is built only if
> CONFIG_USB_OTG_UTILS is set.
> 
> Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>

FWIW:

Reviewied-by: Felipe Balbi <balbi@ti.com>
diff mbox

Patch

diff --git a/drivers/cbus/Kconfig b/drivers/cbus/Kconfig
index 2667dff..d845a7e 100644
--- a/drivers/cbus/Kconfig
+++ b/drivers/cbus/Kconfig
@@ -23,6 +23,7 @@  config CBUS_TAHVO
 
 config CBUS_TAHVO_USB
 	depends on CBUS_TAHVO && USB
+	select USB_OTG_UTILS
 	tristate "Support for Tahvo USB transceiver"
 	---help---
 	  If you want Tahvo support for USB transceiver, say Y or M here.