SmartAudio/package/allwinner/healthd/Config.in

27 lines
512 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
if PACKAGE_healthd
config HEALTHD_BROADCAST_INFO
bool
prompt "Broadcast battery information"
default y
if HEALTHD_BROADCAST_INFO
config HEALTHD_BROADCAST_DEMO
bool
prompt "Healthd Demo for test broadcast battery info function"
default n
endif
config HEALTHD_SHUTDOWN_CHARGER
bool
prompt "battery shutdown-charger"
default y
if HEALTHD_SHUTDOWN_CHARGER
config HEALTHD_CHARGE_ANIMATION
bool
prompt "battery shutdown-charger with animation"
default y
endif
endif