Kconfig (dc0636b837ae0496134cd3c8107f527ae6579f85) | Kconfig (ade896460e4a62f5e4a892a98d254937f6f5b64c) |
---|---|
1config DRM_KMB_DISPLAY 2 tristate "INTEL KEEMBAY DISPLAY" | 1config DRM_KMB_DISPLAY 2 tristate "INTEL KEEMBAY DISPLAY" |
3 depends on DRM && OF && (ARM || ARM64) 4 depends on COMMON_CLK | 3 depends on DRM 4 depends on ARCH_KEEMBAY || COMPILE_TEST |
5 select DRM_KMS_HELPER 6 select DRM_KMS_CMA_HELPER 7 select DRM_GEM_CMA_HELPER 8 select DRM_MIPI_DSI 9 help 10 Choose this option if you have Intel's KeemBay SOC which integrates 11 an ARM Cortex A53 CPU with an Intel Movidius VPU. 12 13 If M is selected the module will be called kmb-drm. | 5 select DRM_KMS_HELPER 6 select DRM_KMS_CMA_HELPER 7 select DRM_GEM_CMA_HELPER 8 select DRM_MIPI_DSI 9 help 10 Choose this option if you have Intel's KeemBay SOC which integrates 11 an ARM Cortex A53 CPU with an Intel Movidius VPU. 12 13 If M is selected the module will be called kmb-drm. |