diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-04-24 10:32:58 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-04-30 14:04:48 +0300 |
commit | 81fe17b94bc84f2cb7fdfacf6b8de6c5bb101a50 (patch) | |
tree | 5d54e33c2099a639f2675278175ba71a2a0067e2 /drivers/video/fbdev/Kconfig | |
parent | 9b22b8c52f9b389a9349d6c9111e5ef806a0d728 (diff) | |
download | blackbird-op-linux-81fe17b94bc84f2cb7fdfacf6b8de6c5bb101a50.tar.gz blackbird-op-linux-81fe17b94bc84f2cb7fdfacf6b8de6c5bb101a50.zip |
fbdev: Fix tmiofb driver dependencies
The tmiofb driver should not depend on MFD_CORE but on MFD_TMIO.
Without the tmio_core driver, tmiofb has no platform device to bind
to and is thus useless.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-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 e1f47272fdea..c7ce485dfd1b 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -1993,7 +1993,7 @@ config FB_SH_MOBILE_HDMI config FB_TMIO tristate "Toshiba Mobile IO FrameBuffer support" - depends on FB && MFD_CORE + depends on FB && (MFD_TMIO || COMPILE_TEST) select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT |