menuconfig PHYTIUM_PLATFORM_DEVICES
        bool "Phytium Platform Specific Device Drivers"
        default y
        depends on ARCH_PHYTIUM && FT_LPC
        ---help---
          Say Y here to get to see options for device drivers for various
          phtyium 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 disable

if PHYTIUM_PLATFORM_DEVICES

config INSPUR_LAPTOP
	depends on ACPI
	tristate "inspur laptop for phytium platform support"
	---help---
	the inspur laptop use wpce775x embedded controller for its laptop this
	support for inspur laptop for phytium platform,include battery hotkey and so on.

config RONGDA_LAPTOP
	tristate "rongda laptop for phytium platform support"
	---help---
	the rongda laptop use wpce775x embedded controller for its laptop this
	support for rongda laptop for phytium platform,include battery hotkey and so on.

config CASIC_LAPTOP
	tristate "casic(706) laptop for phytium platform support"
	---help---
	the casic(706) laptop use embedded controller for its laptop this
	support for casic laptop for phytium platform.

config CHANGCHENG_LAPTOP
	tristate "changcheng laptop for phytium platform support"
	---help---
	the changcheng laptop use wpce775x embedded controller for its laptop this
	support for changcheng laptop for phytium platform,include battery hotkey and so on.

config CZC_LAPTOP
	tristate "chuangzhicheng laptop for phytium platform support"
	---help---
	the chuangzhicheng laptop use embedded controller for its laptop, this
	support for chuangzhicheng laptop with phytium platform.

config BLD_LAPTOP
	tristate "bitland laptop for phytium platform support"
	---help---
	the bitland laptop use embedded controller for its laptop this
	support for bitland laptop for phytium platform.

config LENOVO_SENSORS
	tristate "sensors for lenovo desktop"
	depends on HWMON
	---help---
	the sensors of fan and temperature for lenovo desktop.

config BLD_SENSORS
	depends on BLD_LAPTOP && HWMON
	tristate "sensors for bitland laptop"
	---help---
	the sensors of fan and temperature for bitland laptop.

config PHYTIUM_PLATFORM_INFO
	bool "phytium platform information support"
	---help---
	get some phytium 1500a platform informatin , and report them to the usrspace

config FT_EC_GSENSOR
	bool "EC Gsensor driver in ft2004 platform"
	depends on FT_LPC && KYLINOS_DESKTOP && FT_SCI_EVT
	help
	  The EC Gsensor driver for ft2004. This get the triaxial acceleration information
	  and report it to the userspace.

config HIKDATA_MEM
	bool "hik data mem reservation"
	---help---
	52 suo memory reservation demand
	default n

config FT_SCI_EVT
	bool "SCI event driver defined by phytium"
	depends on FT_LPC && KYLINOS_DESKTOP && ACPI
	select GPIO_FT2004
	select INPUT_SPARSEKMAP
	default y
	help
	  The SCI event driver for ft2004. While the GPIO triggering a irq the EC
	  put the event then the driver input it to the system.

config FT_LAPTOP_EC_BAT
	bool "EC laptop bat driver for phytium platform support"
	depends on FT_LPC && KYLINOS_DESKTOP && FT_SCI_EVT
	help
	  The phytium use embedded controller for it's laptop, this
	  support for EC bat with phytium platform.

config FT_EC_SENSORS
	tristate "EC sensors driver defined by phytium"
	depends on FT_LPC && KYLINOS_DESKTOP
	help
	  the sensors of fan and temperature driver for EC defined by phytium.

config FT_EC_BL
	tristate "EC BL driver define by ft"
	help
	  The display backlight brightness can be adjusted by the graphics
	  card pwm or EC pwm, where the EC BL driver based acpi table is
	  temporarily implemented for phytium2000a4.

config FT_PINMUX
	bool "FT pinmux driver for ft2004 platform support"
	depends on KYLINOS_DESKTOP
	help
	  the phytium 2004 platform use pin mux function, this
	  support for pinmux set and pm functions.
endif
