Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Geert Uytterhoeven and committed by
Bartlomiej Zolnierkiewicz
4f7afece 6677b275

+1 -1
+1 -1
drivers/video/fbdev/Kconfig
··· 2348 2348 2349 2349 config FB_SH_MOBILE_MERAM 2350 2350 tristate "SuperH Mobile MERAM read ahead support" 2351 - depends on (SUPERH || ARCH_SHMOBILE) 2351 + depends on ARCH_SHMOBILE 2352 2352 select GENERIC_ALLOCATOR 2353 2353 ---help--- 2354 2354 Enable MERAM support for the SuperH controller.