#
# NTS driver configuration
#

menu "MP200 Video-out support"
        depends on FB_MP200

config MP200_NTS
	bool "MP200 NTSC Video-out support"
        depends on VIDEO_MP200
	default y
        help
          This is the TV out subsystem for MP200 seriase boards.

choice
	prompt "Video-Encoder option"
        depends on MP200_NTS
	default MP200_NTS_PAL

config MP200_NTS_PAL
	bool "PAL B/D/G/H/I/N"
        help
          Selected this configuration is support PAL B/D/G/H/I/N.

config MP200_NTS_PAL60
	bool "PAL-60"
        help
          Selected this configuration is support PAL-60.
endchoice

endmenu
