diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 70d135e0cc47..6fd4a2f63cf8 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -172,11 +172,6 @@ config FB_DEFERRED_IO | |||
172 | bool | 172 | bool |
173 | depends on FB | 173 | depends on FB |
174 | 174 | ||
175 | config FB_METRONOME | ||
176 | tristate | ||
177 | depends on FB | ||
178 | depends on FB_DEFERRED_IO | ||
179 | |||
180 | config FB_HECUBA | 175 | config FB_HECUBA |
181 | tristate | 176 | tristate |
182 | depends on FB | 177 | depends on FB |
@@ -2041,6 +2036,19 @@ config XEN_FBDEV_FRONTEND | |||
2041 | frame buffer driver. It communicates with a back-end | 2036 | frame buffer driver. It communicates with a back-end |
2042 | in another domain. | 2037 | in another domain. |
2043 | 2038 | ||
2039 | config FB_METRONOME | ||
2040 | tristate "E-Ink Metronome/8track controller support" | ||
2041 | depends on FB | ||
2042 | select FB_SYS_FILLRECT | ||
2043 | select FB_SYS_COPYAREA | ||
2044 | select FB_SYS_IMAGEBLIT | ||
2045 | select FB_SYS_FOPS | ||
2046 | select FB_DEFERRED_IO | ||
2047 | help | ||
2048 | This driver implements support for the E-Ink Metronome | ||
2049 | controller. The pre-release name for this device was 8track | ||
2050 | and could also have been called by some vendors as PVI-nnnn. | ||
2051 | |||
2044 | source "drivers/video/omap/Kconfig" | 2052 | source "drivers/video/omap/Kconfig" |
2045 | 2053 | ||
2046 | source "drivers/video/backlight/Kconfig" | 2054 | source "drivers/video/backlight/Kconfig" |