config DRM_SMI
        tristate "SiliconMotion SM750/SM768 DRM driver"
        depends on DRM && PCI
        select DRM_TTM
        select DRM_KMS_HELPER
        help
         Say yes for SiliconMotion SM750/SM768 DRM driver.
         

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 ep952 HDMI output"
        depends on DRM_SMI
        help
          Compile in support for SM768 ep952 HDMI output.

config DRM_SMI_USBHOST
        bool "Enable smi usb host"
        depends on DRM_SMI
        help
          Compile in support for smi usb host.

config DRM_SMI_AUDIO
	bool "enable SMI Audio"
	depends on DRM_SMI
	help
	  Compile in support for Audio.

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


