diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-09-19 05:40:31 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 17:41:10 -0400 |
commit | 974d250be2c70c7bf899275b23b241685d4ed7f8 (patch) | |
tree | e561ec041afc33b5ae73800d22f0bdb18f0d7653 /drivers/video/Kconfig | |
parent | 7554340c7acae4a719b1b70b0defa3c67149610b (diff) |
fbdev: sh_mobile_meram: Use genalloc to manage MERAM allocation
Instead of requiring the users to hardcode MERAM allocation in platform
data, allocate blocks at runtime using genalloc.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 8951cbd2d2fc..a43594243186 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2016,6 +2016,7 @@ config FB_SH_MOBILE_HDMI | |||
2016 | config FB_SH_MOBILE_MERAM | 2016 | config FB_SH_MOBILE_MERAM |
2017 | tristate "SuperH Mobile MERAM read ahead support for LCDC" | 2017 | tristate "SuperH Mobile MERAM read ahead support for LCDC" |
2018 | depends on FB_SH_MOBILE_LCDC | 2018 | depends on FB_SH_MOBILE_LCDC |
2019 | select GENERIC_ALLOCATOR | ||
2019 | default y | 2020 | default y |
2020 | ---help--- | 2021 | ---help--- |
2021 | Enable MERAM support for the SH-Mobile LCD controller. | 2022 | Enable MERAM support for the SH-Mobile LCD controller. |