staging: emxx_udc: Change platform dependency to ARCH_RENESAS
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 20 Apr 2018 13:28:31 +0000 (15:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 08:32:04 +0000 (10:32 +0200)
Emma Mobile is a Renesas ARM SoC.  Since commit 9b5ba0df4ea4f940 ("ARM:
shmobile: Introduce ARCH_RENESAS") is ARCH_RENESAS a more appropriate
platform dependency than the legacy ARCH_SHMOBILE, hence use the
former.

This will allow to drop ARCH_SHMOBILE on ARM in the near future.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/Kconfig

index d757709..e50e722 100644 (file)
@@ -1,6 +1,6 @@
 config USB_EMXX
        tristate "EMXX USB Function Device Controller"
-       depends on USB_GADGET && (ARCH_SHMOBILE || (ARM && COMPILE_TEST))
+       depends on USB_GADGET && (ARCH_RENESAS || (ARM && COMPILE_TEST))
        help
           The Emma Mobile series of SoCs from Renesas Electronics and
           former NEC Electronics include USB Function hardware.