menuconfig A6_SUPPORT
	tristate "Palm A6 support"
	depends on I2C
	default n
	help
	  This option enables support for Palm A6 controller.

	  To compile this driver as a module, choose M here.

if A6_SUPPORT

config A6
	tristate "Palm A6 charging controller"
	depends on I2C
	default n
	help
	 Say Y to include support for the Palm A6 charging controller.

config A6_I2C_SINGLE_BYTE
	tristate "Select A6 i2c single byte read"
	depends on I2C && A6
	default n
	help
	 Say Y to enable single byte i2c read for A6 driver.

config A6_I2C_SINGLE_BYTE_WRITE
	tristate "Select A6 i2c single byte write"
	depends on I2C && A6
	default n
	help
	 Say Y to enable single byte i2c write for A6 driver.

config A6_ENABLE_DOCK_PS
	tristate "Select A6 enable dock as separate power supply"
	depends on I2C && A6
	default n
	help
	 Say Y to enable dock showing as separate power supply with A6 driver.

config A6_BATTERY_SCALED_MIN
	int "Scaled battery percentage"
	depends on I2C && A6
	default 0
	help
	 Scale A6 reported battery percent where min percent is reported as 0

endif # POWER_SUPPLY
