video: fbdev: sh_mobile_meram: Drop SUPERH platform dependency
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 24 Apr 2018 16:11:22 +0000 (18:11 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Tue, 24 Apr 2018 16:11:22 +0000 (18:11 +0200)
Since commit a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C
board code"), the only remaining platforms using this driver are SuperH
SH-Mobile SoCs (sh7723).  As both SUPERH and ARCH_SHMOBILE are set for
these platforms, the SUPERH dependency can be dropped.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/Kconfig

index d94254263ea5caa77887ceef92b9671fd38a4761..434e95b9320ead052d9216183e60978baf29c2c0 100644 (file)
@@ -2348,7 +2348,7 @@ source "drivers/video/fbdev/mmp/Kconfig"
 
 config FB_SH_MOBILE_MERAM
        tristate "SuperH Mobile MERAM read ahead support"
-       depends on (SUPERH || ARCH_SHMOBILE)
+       depends on ARCH_SHMOBILE
        select GENERIC_ALLOCATOR
        ---help---
          Enable MERAM support for the SuperH controller.