aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-12-04 11:01:43 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-15 08:41:22 -0500
commit34280340b1dc74c521e636f45cd728f9abf56ee2 (patch)
treef72a8076f3ab896f7b9850db91a1bbab4ef90db4 /drivers/video/fbdev/Kconfig
parent16379ad8552e183b4cf41a177ed2bad1e44d383d (diff)
fbdev: Remove unused SH-Mobile HDMI driver
As of commit 44d88c754e57a6d9 ("ARM: shmobile: Remove legacy SoC code for R-Mobile A1"), the SH-Mobile HDMI driver is no longer used. In theory it could still be used on R-Mobile A1 SoCs, but that requires adding DT support to the driver, which is not planned. Remove the driver, it can be resurrected from git history when needed. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r--drivers/video/fbdev/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index e6d16d65e4e6..9c5d884294ff 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -1990,16 +1990,6 @@ config FB_SH_MOBILE_LCDC
1990 ---help--- 1990 ---help---
1991 Frame buffer driver for the on-chip SH-Mobile LCD controller. 1991 Frame buffer driver for the on-chip SH-Mobile LCD controller.
1992 1992
1993config FB_SH_MOBILE_HDMI
1994 tristate "SuperH Mobile HDMI controller support"
1995 depends on FB_SH_MOBILE_LCDC
1996 select FB_MODE_HELPERS
1997 select SOUND
1998 select SND
1999 select SND_SOC
2000 ---help---
2001 Driver for the on-chip SH-Mobile HDMI controller.
2002
2003config FB_TMIO 1993config FB_TMIO
2004 tristate "Toshiba Mobile IO FrameBuffer support" 1994 tristate "Toshiba Mobile IO FrameBuffer support"
2005 depends on FB && (MFD_TMIO || COMPILE_TEST) 1995 depends on FB && (MFD_TMIO || COMPILE_TEST)