diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-04-24 12:11:22 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2018-04-24 12:11:22 -0400 |
commit | 4f7afece3afda1b6cd2768b3d2fa10464be42069 (patch) | |
tree | d2eae8228d0bcf3bb83d122e740bd6be34e5d120 /drivers/video | |
parent | 6677b275f3406858ff39d88e95f02ea6c59de7c4 (diff) |
video: fbdev: sh_mobile_meram: Drop SUPERH platform dependency
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index d94254263ea5..434e95b9320e 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig | |||
@@ -2348,7 +2348,7 @@ source "drivers/video/fbdev/mmp/Kconfig" | |||
2348 | 2348 | ||
2349 | config FB_SH_MOBILE_MERAM | 2349 | config FB_SH_MOBILE_MERAM |
2350 | tristate "SuperH Mobile MERAM read ahead support" | 2350 | tristate "SuperH Mobile MERAM read ahead support" |
2351 | depends on (SUPERH || ARCH_SHMOBILE) | 2351 | depends on ARCH_SHMOBILE |
2352 | select GENERIC_ALLOCATOR | 2352 | select GENERIC_ALLOCATOR |
2353 | ---help--- | 2353 | ---help--- |
2354 | Enable MERAM support for the SuperH controller. | 2354 | Enable MERAM support for the SuperH controller. |