menuconfig AML_PMU
	boolean "Amlogic PMU drivers"
	depends on AMLOGIC_BOARD_HAS_PMU
	select  I2C
	select  REGULATOR
	default n
	---help---
		say yes if you want add Amlogic power management unit support
if AML_PMU

config AML1212
	boolean "AML1212 driver"
	---help---
		drivers for AML1212

config AML1216
	boolean "AML1216 driver"
	---help---
		drivers for amlogic pmu AML1216

config AML1218
	boolean "AML1218 driver"
	---help---
		drivers for amlogic pmu AML1218

config AML1220
	boolean "AML1220 driver"
	---help---
		drivers for amlogic pmu AML1220

endif #AML_PMU
