menuconfig MIPS_PLATFORM_DEVICES
	bool "MIPS Platform Specific Device Drivers"
	default y
	---help---
	  Say Y here to get to see options for device drivers for various
	  mips platforms, including vendor-specific laptop extension drivers.
	  This option alone does not add any kernel code.

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

if MIPS_PLATFORM_DEVICES
	config GDIUM_LAPTOP
	tristate "GDIUM laptop extras"
	depends on LOONGSON2F_GDIUM && POWER_SUPPLY && I2C
	default y
	  ---help---
	  This mini-driver drives the ST7 chipset present in the Gdium laptops.
	  This gives battery support, wlan rfkill.


endif
