usb: musb: Fix wrong config for am33xx and ti81xx
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Mon, 25 Jun 2012 08:06:14 +0000 (13:36 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 3 Aug 2012 06:30:42 +0000 (09:30 +0300)
commit1f3f7eceff47f9e320ca67b3e9f16fb295106514
treefe6517a2710ba3c324e4f95414cbb04f0cd6003f
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee
usb: musb: Fix wrong config for am33xx and ti81xx

Commit "bb6abcf: ARM: OMAP2+: Kconfig: convert SOC_OMAPAM33XX to
SOC_AM33XX" and "3395955: ARM: OMAP2+: Kconfig: convert
SOC_OMAPTI81XX to SOC_TI81XX" has changed the SOC config for AM33XX
and TI81XX as shown below

CONFIG_SOC_OMAPAM33XX --> CONFIG_SOC_AM33XX
CONFIG_SOC_OMAPTI81XX --> CONFIG_SOC_TI81XX

So updating the same at musb driver for AM33XX and TI81XX platforms.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/Kconfig