#
# Platform support for Phytium laptop
#

menuconfig PHYTIUM_LAPTOP
	bool "Platform support for Phytium laptop"
	depends on ARCH_PHYTIUM
	depends on PHYTIUM_LPC
	help
	  Say Y here to get to see options for platform support for
	  Phytium laptop. This option alone does not add any kernel code.

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

if PHYTIUM_LAPTOP

config PHYTIUM_EC
	tristate "Phytium Embedded Controller (LPC)"
	depends on ARCH_PHYTIUM && PHYTIUM_LPC && ACPI
	depends on GPIO_PHYTIUM_PLAT
	default y
	help
	  If you say Y here, you get support for talking to the Phytium
	  EC over an LPC bus.

	  To compile this driver as a module, choose M here: the
	  module will be called phytium_ec.

config PHYTIUM_BACKLIGHT
	tristate "Backlight support for Phytium laptop"
	depends on ARCH_PHYTIUM && PHYTIUM_EC && ACPI
	depends on BACKLIGHT_CLASS_DEVICE
	help
	  This option enables support for the backlight LEDs on
	  select Phytium laptops.

	  To compile this driver as a module, choose M here: the
	  module will be called phytium_backlight.

config PHYTIUM_POWER
	tristate "Battery and AC support for Phytium laptop"
	depends on ARCH_PHYTIUM && PHYTIUM_EC && ACPI
	help
	  This option enables support for the power information
	  on select Phytium laptops.

	  To compile this driver as a module, choose M here: the
	  module will be called phytium_power.

endif # PHYTIUM_LAPTOP
