arm: tegra: fix Kconfig select clauses
authorFelipe Balbi <balbi@ti.com>
Wed, 20 Mar 2013 12:18:28 +0000 (14:18 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 20 Mar 2013 17:56:21 +0000 (19:56 +0200)
commit75f32ec1de7a4c905ba2007972d981f96c977eb2
tree8378105243222856b5c0fa97e1c18af9c4b447d8
parente8d891fb7b8fe4ee7311820594323d46dbc31d45
arm: tegra: fix Kconfig select clauses

USB_ULPI and USB_ULPI_VIEWPORT shouldn't really
be selected directly by anyone, but since Tegra
still needs some time before turning ulpi viewport
into a proper PHY driver, we need to keep the
selects in place.

This patch just fixes the conditional select
so that it will continue to build after merging
the latest PHY layer changes.

Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/mach-tegra/Kconfig
drivers/usb/host/Kconfig