mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Enable FIQ when ADSP driver is enabled. An FIQ interrupt is a highest priorty interrupt and used when ADSP crashes to put ADSP in WFI. The ADSP needs to be put in WFI, so that all transcations on the bus are completed. Bug 200270956 Change-Id: Ifb177ba9e0486ff7b4761d95f68b09265510c55f Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com> Reviewed-on: http://git-master/r/1468503 Signed-off-by: Nitin Kumbhar <nkumbhar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1537324 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit
81 lines
1.6 KiB
Plaintext
81 lines
1.6 KiB
Plaintext
config TEGRA_NVADSP
|
|
bool "Enable Host ADSP driver"
|
|
default n
|
|
depends on 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"
|
|
default n
|
|
help
|
|
Enable dumping to and reading from file on host from ADSP
|
|
|
|
If unsure, say N
|
|
|
|
config TEGRA_EMC_APE_DFS
|
|
bool "Enable emc dfs due to APE"
|
|
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
|