# SPDX-License-Identifier: GPL-2.0-only

config DRM_SMI
	tristate "SiliconMotion SM750/SM768 DRM driver"
	depends on DRM && PCI && MMU
	select DRM_CLIENT_SELECTION
	select DRM_GEM_SHMEM_HELPER
	select DRM_VRAM_HELPER
	select DRM_KMS_HELPER
	select DRM_TTM
	select DRM_TTM_HELPER
	select SND_PCM
	select DRM_SMI_AUDIO
	help
		Say yes for SiliconMotion SM750/SM768 DRM driver.

config DRM_SMI_AUDIO
        tristate "Enable SM768 Audio output"
        depends on DRM_SMI && SND_PCM && SOUND
	default n
        help
          Compile in support for SM768 Audio output.

config DRM_SMI_HDMI
        bool "Enable SM750 HDMI output"
        depends on DRM_SMI
        help
          Compile in support for SM750 HDMI output(Using Sil9022).

config DRM_SMI_EP952
        bool "Enable SM768 EP952 HDMI output"
        depends on DRM_SMI
	default n
        help
          Compile in support for SM768 HDMI output(Using Ep952).

config DRM_SMI_PRIME
        bool "enable SMI PRIME"
        depends on DRM_SMI
        help
          Compile in support for PRIME(Mulit-card).


