diff options
| author | Devesh Jhunjhunwala <deveshj@codeaurora.org> | 2016-02-11 13:45:31 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:21:23 -0700 |
| commit | 9e52e2e2ddba22f5fcb7eff0695ef5103bc78fa3 (patch) | |
| tree | ebdbba8fb8fc3b5382ae9877aa35eed5b5cd9d03 /drivers/misc | |
| parent | 7a045fd0fddb918d369555a1d0aec0349a36c291 (diff) | |
misc: Update the QPNP_MISC Kconfig entry
Let the QPNP_MISC config depend on the SPMI or the
MSM_SPMI configs instead of SPMI only.
CRs-Fixed: 972331
Change-Id: I9a0d53c6cf0aeeaf258cfca5706c68a6a8b7e37a
Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index a545c73d8eb4..055b19432e7c 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -553,7 +553,7 @@ config UID_CPUTIME config QPNP_MISC tristate "QPNP Misc Peripheral" - depends on SPMI + depends on SPMI || MSM_SPMI help Say 'y' here to include support for the QTI QPNP MISC peripheral. The MISC peripheral holds the USB ID interrupt |
