diff options
| author | Adam Ford <[email protected]> | 2017-04-26 13:41:31 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-09 20:35:38 -0400 |
| commit | 7815c709ab2818448dbce3f7f16c97c864adbe58 (patch) | |
| tree | 106781ce52a70acbb465be6ffa5606150ab6b04b /drivers | |
| parent | 4c2fb5fcc8159b1610dbb169f9acea2c043e7cc2 (diff) | |
power: twl4030: Move CONFIG_TWL4030_POWER to Kconfig
As requested, I added the CONFIG_TWL4030_POWER to Kconfig and made it
the implied default when selecting OMAP34XX as a platform.
Signed-off-by: Adam Ford <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 911ecb1144a..a7d56e605d7 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -308,4 +308,11 @@ config SY8106A_VOUT1_VOLT is typically used to power the VDD-CPU and should be 1200mV. Values can range from 680mV till 1950mV. +config TWL4030_POWER + depends on OMAP34XX + bool "Enable driver for TI TWL4030 power management chip" + ---help--- + The TWL4030 in a combination audio CODEC/power management with + GPIO and it is commonly used with the OMAP3 family of processors + endmenu |
