diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-05-13 09:56:38 +0200 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-05-20 17:27:08 +0300 |
commit | 231c0c216172a92feb02a99edff6b38b3ebd90a8 (patch) | |
tree | 329703db22bd1808d470eabbf592fcd502c7e11f /drivers/platform/olpc/Kconfig | |
parent | 0c3d931b3ab9efeea4948b5373c62095449d0101 (diff) |
Platform: OLPC: Add a regulator for the DCON
All OLPC ECs are able to turn the power to the DCON on an off. Use the
regulator framework to expose the functionality.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/olpc/Kconfig')
-rw-r--r-- | drivers/platform/olpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/olpc/Kconfig b/drivers/platform/olpc/Kconfig index 559f843199d7..858ac1d2290a 100644 --- a/drivers/platform/olpc/Kconfig +++ b/drivers/platform/olpc/Kconfig @@ -1,4 +1,5 @@ config OLPC_EC + select REGULATOR bool config OLPC_XO175_EC |