diff options
author | Darren Etheridge <detheridge@ti.com> | 2013-08-05 18:02:39 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-08-09 07:02:43 -0400 |
commit | 979778ffdbb5686c78f9045947e5f870c496fd0f (patch) | |
tree | f92bfe5de022046b7a7c33b2c4ffb941e8381805 /drivers/video/Kconfig | |
parent | a9cd67c8bc16f9729116e387057fdd915fc33bcb (diff) |
video: da8xx-fb: adding am33xx as dependency
Updating Kconfig to allow am33xx to include lcdc fbdev driver
including some extra dependencies needed by device tree mods.
v2: must add FB_MODE_HELPERS as VIDEOMODE_HELPERS alone doesn't
get the correct functions from fbmon.c built in.
Signed-off-by: Darren Etheridge <detheridge@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 4cf1e1dd5621..0c10b0bf430d 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2228,15 +2228,17 @@ config FB_SH7760 | |||
2228 | panels <= 320 pixel horizontal resolution. | 2228 | panels <= 320 pixel horizontal resolution. |
2229 | 2229 | ||
2230 | config FB_DA8XX | 2230 | config FB_DA8XX |
2231 | tristate "DA8xx/OMAP-L1xx Framebuffer support" | 2231 | tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support" |
2232 | depends on FB && ARCH_DAVINCI_DA8XX | 2232 | depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX) |
2233 | select FB_CFB_FILLRECT | 2233 | select FB_CFB_FILLRECT |
2234 | select FB_CFB_COPYAREA | 2234 | select FB_CFB_COPYAREA |
2235 | select FB_CFB_IMAGEBLIT | 2235 | select FB_CFB_IMAGEBLIT |
2236 | select FB_CFB_REV_PIXELS_IN_BYTE | 2236 | select FB_CFB_REV_PIXELS_IN_BYTE |
2237 | select FB_MODE_HELPERS | ||
2238 | select VIDEOMODE_HELPERS | ||
2237 | ---help--- | 2239 | ---help--- |
2238 | This is the frame buffer device driver for the TI LCD controller | 2240 | This is the frame buffer device driver for the TI LCD controller |
2239 | found on DA8xx/OMAP-L1xx SoCs. | 2241 | found on DA8xx/OMAP-L1xx/AM335x SoCs. |
2240 | If unsure, say N. | 2242 | If unsure, say N. |
2241 | 2243 | ||
2242 | config FB_VIRTUAL | 2244 | config FB_VIRTUAL |