mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
drivers: Remove Kconfigs
There is no need of the CONFIG_* for oot modules and hence remove the Kconfig from modules directory. Bug 4078035 Change-Id: I78ca8b7f123fb92c410e8443c4056a67dcf280b5 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2923232 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
0ea187142e
commit
44ece33f27
@@ -1,93 +0,0 @@
|
||||
config TEGRA_NVADSP
|
||||
tristate "Enable Host ADSP driver"
|
||||
default n
|
||||
select ARM_GIC_PM
|
||||
select FIQ
|
||||
help
|
||||
Enables support for Host ADSP driver.
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config TEGRA_NVADSP_ON_SMMU
|
||||
bool "Use SMMU to relocate ADSP"
|
||||
depends on (TEGRA_IOMMU_SMMU || OF_TEGRA_IOMMU_SMMU) && TEGRA_NVADSP
|
||||
default n
|
||||
help
|
||||
Use SMMU to relocate ADSP OS.
|
||||
|
||||
config TEGRA_ADSP_DFS
|
||||
bool "Enable ADSP DFS"
|
||||
depends on TEGRA_NVADSP
|
||||
default n
|
||||
help
|
||||
Enable ADSP dynamic frequency scaling. Use this config
|
||||
to scale adsp frequency via actmon or set fixed value.
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config TEGRA_ADSP_ACTMON
|
||||
bool "Enable ADSP ACTMON"
|
||||
depends on TEGRA_ADSP_DFS
|
||||
default n
|
||||
help
|
||||
Enable ADSP actmon. It converts adsp activty to frequency and
|
||||
asks adsp dfs to set the adsp frequency. Use it if adsp frequency
|
||||
to be scaled dynamically by actmon.
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config TEGRA_ADSP_CPUSTAT
|
||||
bool "Enable ADSP CPUSTAT"
|
||||
depends on DEBUG_FS && TEGRA_NVADSP && !TEGRA_ADSP_ACTMON
|
||||
default n
|
||||
help
|
||||
Enable ADSP cpu usage measurement using actmon
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config TEGRA_ADSP_FILEIO
|
||||
bool "Enable ADSP file io"
|
||||
depends on TEGRA_NVADSP
|
||||
default n
|
||||
help
|
||||
Enable dumping to and reading from file on host from ADSP
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config TEGRA_ADSP_LPTHREAD
|
||||
bool "Enable ADSP usage calc by lpthread"
|
||||
depends on DEBUG_FS && TEGRA_NVADSP
|
||||
default n
|
||||
help
|
||||
Enable calculation of ADSP usage by running a low priority
|
||||
thread in background whenever OS is not suspended. Can be
|
||||
enable or disabled by echo to adsp_usage file.
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config TEGRA_EMC_APE_DFS
|
||||
bool "Enable emc dfs due to APE"
|
||||
depends on TEGRA_NVADSP
|
||||
default n
|
||||
help
|
||||
Enable emc dfs due to APE DRAM access
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config TEGRA_ADSP_CONSOLE
|
||||
bool "Enable ADSP console"
|
||||
depends on TEGRA_NVADSP
|
||||
default y
|
||||
help
|
||||
Enable ADSP console access
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config MBOX_ACK_HANDLER
|
||||
bool "Enable mailbox acknowledge handler"
|
||||
depends on TEGRA_NVADSP
|
||||
default n
|
||||
help
|
||||
Enable mailbox acknowledge handler
|
||||
|
||||
if unsure, say N
|
||||
@@ -1,10 +0,0 @@
|
||||
if ARCH_TEGRA
|
||||
|
||||
config PVA_CO_DISABLED
|
||||
bool "Tegra PVA FW CO disabled"
|
||||
depends on TEGRA_GRHOST
|
||||
default n
|
||||
help
|
||||
Allow PVA FW to be booted from file
|
||||
Say n here if not sure.
|
||||
endif
|
||||
Reference in New Issue
Block a user