menuconfig PHYTIUM_PLATFORM_DEVICES
        bool "Phytium Platform Specific Device Drivers"
        default y
        depends on ARCH_PHYTIUM
        ---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
       tristate "inspur laptop for phytium platform support"
	depends on FT_LPC && KYLINOS_DESKTOP
       ---help---
       the inspur laptop use wpce775x embeded 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"
	depends on FT_LPC && KYLINOS_DESKTOP
	---help---
	the rongda laptop use wpce775x embeded controller for its laptop this 
	support for rongda laptop for phytium platform,include battery hotkey and so on.

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

config CASIC_LAPTOP
   	tristate "casic(706) laptop for phytium platform support"
	depends on FT_LPC && KYLINOS_DESKTOP
	---help---
	the casic(706) laptop use embeded controller for its laptop this
	support for casic laptop for phytium platform.

config BLD_LAPTOP
   	tristate "bitland laptop for phytium platform support"
	depends on FT_LPC && KYLINOS_DESKTOP
	---help---
	the bitland laptop use embeded controller for its laptop this
	support for bitland laptop for phytium platform.

config CZC_LAPTOP
	tristate "chuangzhicheng laptop for phytium platform support"
	depends on FT_LPC && KYLINOS_DESKTOP
	---help---
	  the chuangzhicheng laptop use embeded controller for its laptop, this
	  support for chuangzhicheng laptop with phytium platform.

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

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

config FT_EC_SENSORS
	bool "EC sensors driver define by ft laptop"
	depends on FT_LPC && KYLINOS_DESKTOP
	---help---
	the sensors of fan and temperature driver for EC define by phytium.

config FT_EC_BL
	bool "EC BL driver define by ft"
	depends on FT_LPC && KYLINOS_DESKTOP
	---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_SCI_EVT
	bool "SCI event driver defined by ft"
	depends on FT_LPC && KYLINOS_DESKTOP
	select GPIO_FT2004
	---help---
	  The SCI event driver for ft2004. While the GPIO triggering a irq the EC
	  put the event the 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
	select FT_SCI_EVT
	---help---
	  the phytium laptop use embeded controller for its laptop, this
          support for EC bat with phytium platform.

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.

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

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

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