2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-12-09 19:57:28 +02:00
|
|
|
config OMAP2_VRFB
|
|
|
|
bool
|
|
|
|
|
2009-08-04 16:12:50 +03:00
|
|
|
menuconfig FB_OMAP2
|
2019-04-01 17:46:57 +02:00
|
|
|
tristate "OMAP2+ frame buffer support"
|
|
|
|
depends on FB
|
2023-06-13 13:07:13 +02:00
|
|
|
depends on FB_DEVICE
|
2019-04-01 17:46:57 +02:00
|
|
|
depends on DRM_OMAP = n
|
2018-06-08 18:08:12 +02:00
|
|
|
depends on GPIOLIB
|
2019-04-01 17:46:57 +02:00
|
|
|
select FB_OMAP2_DSS
|
2010-10-08 08:44:32 +02:00
|
|
|
select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
|
2023-09-27 09:26:58 +02:00
|
|
|
select FB_IOMEM_HELPERS
|
2019-04-01 17:46:57 +02:00
|
|
|
help
|
2011-02-15 22:54:29 -06:00
|
|
|
Frame buffer driver for OMAP2+ based boards.
|
2009-08-04 16:12:50 +03:00
|
|
|
|
2015-12-09 19:32:27 +02:00
|
|
|
if FB_OMAP2
|
|
|
|
|
2009-08-04 16:12:50 +03:00
|
|
|
config FB_OMAP2_DEBUG_SUPPORT
|
2019-04-01 17:46:57 +02:00
|
|
|
bool "Debug support for OMAP2+ FB"
|
2009-08-04 16:12:50 +03:00
|
|
|
default y
|
|
|
|
depends on FB_OMAP2
|
|
|
|
help
|
|
|
|
Support for debug output. You have to enable the actual printing
|
2010-01-14 15:12:47 +02:00
|
|
|
with 'debug' module parameter.
|
2009-08-04 16:12:50 +03:00
|
|
|
|
|
|
|
config FB_OMAP2_NUM_FBS
|
|
|
|
int "Number of framebuffers"
|
|
|
|
range 1 10
|
|
|
|
default 3
|
|
|
|
depends on FB_OMAP2
|
|
|
|
help
|
|
|
|
Select the number of framebuffers created. OMAP2/3 has 3 overlays
|
|
|
|
so normally this would be 3.
|
2015-12-09 19:32:27 +02:00
|
|
|
|
|
|
|
source "drivers/video/fbdev/omap2/omapfb/dss/Kconfig"
|
|
|
|
source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"
|
|
|
|
|
|
|
|
endif
|