add tag and changes
[profile/ivi/intel-emgd-kmod.git] / Kconfig
1 config  DRM_EMGD
2         tristate "Intel IVI EMGD Kernel Module Driver"
3         depends on DRM &&PCI
4         select FB_CFB_COPYAREA
5         select FB_CFB_FILLRECT
6         select FB_CFB_IMAGEBLIT
7         select DRM_KMS_HELPER
8         select DRM_TTM
9         default m
10         help
11         Choose this option if you have a Tunnel Creak platform.
12         If M is selected the module will be called emgd.
13
14 choice
15         prompt "Build EMGD kernel driver as "
16         depends on DRM_EMGD
17         default DRM_EMGD_RELEASE
18
19 config  DRM_EMGD_RELEASE
20         bool "Release"
21         depends on DRM_EMGD
22         help
23           Build EMGD driver as release
24
25 config  DRM_EMGD_DEBUG
26         bool "Debug"
27         depends on DRM_EMGD
28         help
29           Build EMGD driver as debug
30
31 endchoice
32
33 config DRM_EMGD_PDUMP
34         bool "Support PDUMP"
35         depends on DRM_EMGD
36         default n
37         help
38           Choose "yes" to enable PDUMP feature.
39           This is used to help debug EMGD driver.