Kconfig (52920704df878050123dfeb469aa6ab8022547c1) | Kconfig (b21f187ff1d032d7541fe441587da1e650b5907e) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_EXYNOS 3 tristate "DRM Support for Samsung SoC Exynos Series" 4 depends on OF && DRM && COMMON_CLK 5 depends on ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST 6 depends on MMU 7 select DRM_DISPLAY_HELPER if DRM_EXYNOS_DP 8 select DRM_KMS_HELPER 9 select VIDEOMODE_HELPERS | 1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_EXYNOS 3 tristate "DRM Support for Samsung SoC Exynos Series" 4 depends on OF && DRM && COMMON_CLK 5 depends on ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST 6 depends on MMU 7 select DRM_DISPLAY_HELPER if DRM_EXYNOS_DP 8 select DRM_KMS_HELPER 9 select VIDEOMODE_HELPERS |
10 select FB_DMA_HELPERS if DRM_FBDEV_EMULATION | 10 select FB_DMAMEM_HELPERS if DRM_FBDEV_EMULATION |
11 select SND_SOC_HDMI_CODEC if SND_SOC 12 help 13 Choose this option if you have a Samsung SoC Exynos chipset. 14 If M is selected the module will be called exynosdrm. 15 16if DRM_EXYNOS 17 18comment "CRTCs" --- 109 unchanged lines hidden --- | 11 select SND_SOC_HDMI_CODEC if SND_SOC 12 help 13 Choose this option if you have a Samsung SoC Exynos chipset. 14 If M is selected the module will be called exynosdrm. 15 16if DRM_EXYNOS 17 18comment "CRTCs" --- 109 unchanged lines hidden --- |