sdk-hwV1.3/lichee/brandy-2.0/u-boot-2018/drivers/sunxi_power/Kconfig

135 lines
3.2 KiB
Plaintext

menuconfig SUNXI_POWER
bool "Sunxi power device support"
if SUNXI_POWER
config SUNXI_PMU
bool "Sunxi pmu support"
---help---
Select this to enable support for PMU
config SUNXI_BMU
bool "Sunxi bmu support"
---help---
Select this to enable support for BMU
config SUNXI_PMU_EXT
bool "Sunxi pmu_ext support"
---help---
Select this to enable support for PMU_EXT
config SUNXI_TRY_POWER_SPLY
bool "try power sply"
depends on SUNXI_PMU
---help---
Try to find for example axp806_power_sply
config AXPNULL_POWER
bool "axpdummy support board without a pmic"
depends on SUNXI_PMU
---help---
Select this for boards which do not use a PMIC.
config AXP858_POWER
bool "pmu axp858 pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp858 pmic found on some
A50 PMU dev board
config AXP2585_POWER
bool "bmu axp2585 pmic support"
depends on SUNXI_BMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp2585 pmic found on some
A50 BMU dev board
config AXP2101_POWER
bool "pmu/bmu axp2101 pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp21 pmic found on some
sun8iw19p1 PMU/BMU dev board
config AXP2202_POWER
bool "pmu/bmu axp2202 pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp2202 pmic found on some
sun50iw10p1 PMU/BMU dev board
config SUNXI_AXP152_POWER
bool "pmu axp152 pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp152 pmic found on some
sun50iw9p1 PMU dev board
config AXP1530_POWER
bool "pmu axp1530 pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp1530 pmic found on some
sun50iw9p1 PMU dev board
config AXP81X_POWER
bool "pmu axp81X pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp81X pmic found on some
sun50iw10p1 PMU/PMU dev board
config AXP806_POWER
bool "pmu axp806 pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp81X pmic found on some
sun50iw9p1 PMU dev board
config AXP221_POWER_SUNXI
bool "pmu axp221 pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the axp221 pmic found on some
sun8iw11p1 PMU dev board
config TCS4838_POWER
bool "pmu tcs4838 pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the tcs4838 pmic found on some
sun50iw10p1 PMU dev board, with axp2202
config SY8827G_POWER
bool "pmu sy8827g pmic support"
depends on SUNXI_PMU
select AXP_PMIC_BUS
select CMD_POWEROFF
---help---
Say y here to enable support for the sy8827g pmic found on some
sun50iw10p1 PMU dev board, with axp2202
config SUNXI_UBOOT_POWER_OFF
bool "Sunxi uboot power off"
---help---
Select this to enable support for uboot power off
endif