diff options
Diffstat (limited to 'drivers/misc/tegra-baseband/Kconfig')
| -rw-r--r-- | drivers/misc/tegra-baseband/Kconfig | 32 |
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 @@ | |||
| 1 | menuconfig 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 | |||
| 10 | if TEGRA_BB_SUPPORT | ||
| 11 | |||
| 12 | config 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 | |||
| 25 | config 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 | |||
| 32 | endif # TEGRA_BB_SUPPORT | ||
