summaryrefslogtreecommitdiff
path: root/drivers/misc/tegra-baseband/Kconfig
diff options
context:
space:
mode:
authorRaj Jayaraman <rjayaraman@nvidia.com>2011-10-14 11:59:40 -0700
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-08 18:05:37 +0530
commitfdca632da6249827e54fa18bba4528d693e1fabb (patch)
treede8f5ba82eb0adf9b47bd37ce4055c93d541c828 /drivers/misc/tegra-baseband/Kconfig
parent0daea81c26b9952c98a35da8136864e029a452df (diff)
misc: tegra-baseband: Add power management driver.
Bug 886459 (cherry picked from commit 5bf5402a2c966197b03845852171ae310e2e69e7) Change-Id: I1bbbeaa2abce338655b4ac3e5bce90b8ba316282 Signed-off-by: Raj Jayaraman <rjayaraman@nvidia.com> Reviewed-on: http://git-master/r/66963 Reviewed-by: Steve Lin <stlin@nvidia.com>
Diffstat (limited to 'drivers/misc/tegra-baseband/Kconfig')
-rw-r--r--drivers/misc/tegra-baseband/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/misc/tegra-baseband/Kconfig b/drivers/misc/tegra-baseband/Kconfig
new file mode 100644
index 000000000000..53147ec3c9fe
--- /dev/null
+++ b/drivers/misc/tegra-baseband/Kconfig
@@ -0,0 +1,25 @@
+menuconfig TEGRA_BB_SUPPORT
+ bool "Tegra baseband support"
+ depends on ARCH_TEGRA
+ ---help---
+ Say Y here to get to see options for tegra baseband support.
+ This option alone does not add any kernel code.
+
+ If you say N, all options in this submenu will be skipped and disabled.
+
+if TEGRA_BB_SUPPORT
+
+config TEGRA_BB_POWER
+ bool "Enable tegra baseband power driver"
+ ---help---
+ Adds power management driver for managing different baseband
+ modems with tegra processor.
+
+ This driver should work with at least the following devices:
+
+ * STE M7400
+ * ...
+
+ Disabled by default. Choose Y here if you want to build the driver.
+
+endif # TEGRA_BB_SUPPORT