summaryrefslogtreecommitdiff
path: root/drivers/misc/tegra-baseband/Kconfig
blob: 53147ec3c9fe7451d4f0404db2df2431444042f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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