diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-07-19 11:46:37 +0000 |
---|---|---|
committer | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-07-19 15:05:32 -0700 |
commit | 1ca0891263a1a92d8734882181d2ba23c39e2117 (patch) | |
tree | 2775628b938b771d73198451aa8c181ab91f8534 /dependencies | |
parent | bedf6b87ad311e97254f3e9144202dc7d3bb5d48 (diff) |
backports: enable REGULATOR_MAX77693 on >= 3.6
There is a symbol missing otherwise that is currently
only provided by the core, ie, non modular.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dependencies b/dependencies index e226b7af..68416135 100644 --- a/dependencies +++ b/dependencies @@ -64,6 +64,7 @@ REGULATOR 3.4 # requires some work REGULATOR_ARIZONA DISABLE REGULATOR_MAX8973 DISABLE +REGULATOR_MAX77693 3.6 REGULATOR_MAX77686 DISABLE REGULATOR_MAX8997 DISABLE REGULATOR_RC5T583 DISABLE |