menuconfig MARU
	bool "MARU virtual device drivers for emulator"
	default n

config MARU_VIRTIO_TOUCHSCREEN
	tristate "MARU Virtio Touchscreen Driver"
	depends on MARU != n

config MARU_CAMERA
	tristate "MARU Camera Driver"
	depends on MARU != n && VIDEO_DEV && VIDEO_V4L2
	select VIDEOBUF_VMALLOC

config MARU_BACKLIGHT
	tristate "MARU Backlight Driver"
	depends on MARU && BACKLIGHT_CLASS_DEVICE
	default y
	help
		Say Y to enable the backlight driver of MARU.

config MARU_JACK
	tristate "MARU Jack Driver"
	depends on MARU != n

config MARU_POWER_SUPPLY
	tristate "MARU Power supply Driver"
	depends on MARU != n && !POWER_SUPPLY

config MARU_VIRTIO_HWKEY
	tristate "MARU Virtio HW Key Driver"
	depends on MARU != n

config MARU_VIRTIO_TABLET
	tristate "MARU Virtio Tablet Driver"
	depends on MARU != n

config MARU_VIRTIO_KEYBOARD
	tristate "MARU Virtio Keyboard Driver"
	depends on MARU != n

config MARU_VIRTIO_EVDI
	tristate "MARU VirtIO Emulator Virtual Device Interface Driver"
	depends on MARU != n

config MARU_VIRTIO_SENSOR
	tristate "MARU VirtIO Virtual Sensor Device Driver"
	depends on MARU != n

config MARU_VIRTIO_NFC
	tristate "MARU VirtIO Virtual NFC Device Driver"
	depends on MARU != n

config MARU_BRILLCODEC
	tristate "MARU brillcodec driver"
	depends on MARU != n

config MARU_VDPRAM
	tristate "vdpram kernel driver for VMODEM"
	depends on MARU != n

config MARU_VIRTIO_VMODEM
	tristate "MARU VirtIO Virtual Modem Device Driver"
	depends on MARU != n

config MARU_VIRTIO_ROTARY
	tristate "MARU VirtIO Virtual Rotary Device Driver"
	depends on MARU != n

config MARU_TV
	bool "MARU drivers for TV"
	depends on MARU != n
	default n

config MARU_EXTERNAL_INPUT
	tristate "MARU External Input Driver"
	depends on MARU_TV != n && VIDEO_DEV && VIDEO_V4L2
	select VIDEOBUF_VMALLOC

config MARU_TV_TUNER
	tristate "MARU Tuner Driver"
	depends on MARU_TV != n && DVB_CORE && PCI

config MARU_TV_EEPROM
	tristate "MARU VirtIO Virtual EEPROM Device Driver"
	depends on MARU_TV != n
	depends on SYSFS

config MARU_TV_DUMMY
	tristate "MARU dummy drivers for TV"
	depends on MARU_TV != n

config MARU_TV_MICOM_MSG
	tristate "Micom Auto Remocon driver support for WT61P807"
	depends on MARU_TV_DUMMY != n

config MARU_TV_MICOM_ISP
	tristate "Micom ISP data support for WT61P807"
	depends on MARU_TV_DUMMY != n

config MARU_TV_SECURITY
	tristate "MARU Security Driver"
	depends on MARU_TV_DUMMY != n

config MARU_TV_SDP_MEM
	tristate "MARU SDP Memory Driver"
	depends on MARU_TV_DUMMY != n

config MARU_TV_GPIO
	tristate "MARU Dummy GPIO Driver"
	depends on MARU_TV_DUMMY != n && GPIOLIB != n

config MARU_TV_I2C_SDP
	tristate "Maru Dummy I2C SDP Driver"
	depends on MARU_TV_DUMMY != n && I2C != n

config MARU_EXTENSION_SOURCE
	bool "MARU Extension source"
	depends on MARU != n

config MARU_EXTENSION_SOURCE_PATH
	string "MARU Extension source path"
	depends on MARU != n && MARU_EXTENSION_SOURCE != n
