aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/tegra-baseband/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
commitfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch)
treea57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/misc/tegra-baseband/Kconfig
parent8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff)
Added missing tegra files.HEADmaster
Diffstat (limited to 'drivers/misc/tegra-baseband/Kconfig')
-rw-r--r--drivers/misc/tegra-baseband/Kconfig32
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/misc/tegra-baseband/Kconfig b/drivers/misc/tegra-baseband/Kconfig
new file mode 100644
index 00000000000..1f116918296
--- /dev/null
+++ b/drivers/misc/tegra-baseband/Kconfig
@@ -0,0 +1,32 @@
1menuconfig TEGRA_BB_SUPPORT
2 bool "Tegra baseband support"
3 depends on ARCH_TEGRA
4 ---help---
5 Say Y here to get to see options for tegra baseband support.
6 This option alone does not add any kernel code.
7
8 If you say N, all options in this submenu will be skipped and disabled.
9
10if TEGRA_BB_SUPPORT
11
12config TEGRA_BB_POWER
13 bool "Enable tegra baseband power driver"
14 ---help---
15 Adds power management driver for managing different baseband
16 modems with tegra processor.
17
18 This driver should work with at least the following devices:
19
20 * STE M7400
21 * ...
22
23 Disabled by default. Choose Y here if you want to build the driver.
24
25config TEGRA_BB_M7400
26 bool "Enable driver for M7400 modem"
27 ---help---
28 Enables driver for M7400 modem.
29
30 Disabled by default. Choose Y here if you want to build the driver.
31
32endif # TEGRA_BB_SUPPORT