aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/xpowers/axp209/Kconfig
blob: 684873c127a66b56948851c5522dc6a55afc3f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config DRIVER_XPOWERS_AXP209
	bool
	default n
	help
	  X-Powers AXP902 Power Management Unit

if DRIVER_XPOWERS_AXP209

config DRIVER_XPOWERS_AXP209_BOOTBLOCK
	bool
	default n
	help
	  Make AXP209 functionality available in he bootblock.

endif # DRIVER_XPOWERS_AXP209