summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/Kconfig
diff options
context:
space:
mode:
authorDavid Dai <daidavid1@codeaurora.org>2016-04-19 16:32:35 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-22 15:06:40 -0700
commit30add65348799eb8f3b1b438c70e915c1dce6755 (patch)
tree12c25f98208225ca6c04890eaba8febbdead9be1 /drivers/soc/qcom/Kconfig
parent866cf4aab970ff48a8d8e5f4f173da7373fff0a8 (diff)
soc: qcom: msm_bus: remove legacy msm_bus support
Remove unused legacy bus code and APIs CRs-Fixed: 1006336 Change-Id: I15811b787b54004e1aaba859e4c911be8f9eb285 Signed-off-by: David Dai <daidavid1@codeaurora.org>
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r--drivers/soc/qcom/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index dde61db03ab7..5cd1a519693f 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -166,23 +166,6 @@ config QCOM_BUS_SCALING
for the active devices needs without keeping the clocks at max
frequency when a slower speed is sufficient.
-config QCOM_BUSPM_DEV
- tristate "MSM Bus Performance Monitor Kernel Module"
- depends on QCOM_BUS_SCALING
- help
- This kernel module is used to mmap() hardware registers for the
- performance monitors, counters, etc. The module can also be used to
- allocate physical memory which is used by bus performance hardware to
- dump performance data
-
-config QCOM_BUS_TOPOLOGY_ADHOC
- bool "ad-hoc bus scaling topology"
- help
- This option enables a driver that can handle adhoc bus topologies.
- Adhoc bus topology driver allows one to many connections and maintains
- directionality of connections by explicitly listing device connections
- thus avoiding illegal routes.
-
config QCOM_GSBI
tristate "QCOM General Serial Bus Interface"
depends on ARCH_QCOM