#
# MIPS Platform Specific Drivers
#

menuconfig SW64_PLATFORM_DEVICES
	tristate "SW64 Specific Device Drivers"
	default y
	help
	  Say Y here to get to see options for device drivers of various
	  SW64 platforms, including vendor-specific netbook/laptop/desktop
	  extension and hardware monitor drivers. This option itself does
	  not add any kernel code.

	  If you say N, all options in this submenu will be skipped and disabled.

if SW64_PLATFORM_DEVICES

config EASCIS_LAPTOP
	tristate "Eascis Laptop Driver"
	default y
	help
	  This is a driver for Eascis laptops, such as NS25, NS29.
	  It used for EC hotkey, backlight, battery, charging support.

endif # SW64_PLATFORM_DEVICES
