cfg80211: handle failed skb allocation
[cascardo/linux.git] / drivers / gpu / drm / omapdrm / Kconfig
1 config DRM_OMAP
2         tristate "OMAP DRM"
3         depends on DRM
4         depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
5         select DRM_KMS_HELPER
6         select DRM_KMS_FB_HELPER
7         select FB_SYS_FILLRECT
8         select FB_SYS_COPYAREA
9         select FB_SYS_IMAGEBLIT
10         select FB_SYS_FOPS
11         default n
12         help
13           DRM display driver for OMAP2/3/4 based boards.
14
15 if DRM_OMAP
16
17 config DRM_OMAP_NUM_CRTCS
18         int "Number of CRTCs"
19         range 1 10
20         default 1  if ARCH_OMAP2 || ARCH_OMAP3
21         default 2  if ARCH_OMAP4
22         help
23           Select the number of video overlays which can be used as framebuffers.
24           The remaining overlays are reserved for video.
25
26 source "drivers/gpu/drm/omapdrm/dss/Kconfig"
27 source "drivers/gpu/drm/omapdrm/displays/Kconfig"
28
29 endif