| 12345678910111213141516171819202122232425262728 | 
							- # Kconfig - Actions power manager
 
- #
 
- # Copyright (c) 2016 Actions Corporation
 
- #
 
- # SPDX-License-Identifier: Apache-2.0
 
- #
 
- menuconfig POWER
 
- 	bool
 
- 	prompt "Power"
 
- 	select POWER_MANAGER
 
- 	default n
 
- 	help
 
- 	This option enables actions power 
 
- 	
 
- config POWER_MANAGER
 
- 	bool
 
- 	prompt "power manager"
 
- 	depends on POWER
 
- 	default n
 
- 	help
 
- 	This option enables actions power manager.
 
 
  |