From 44ece33f2792d4b9301f289f2d7a3db3def2fd6e Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 21 Jun 2023 12:16:48 +0000 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2923232 GVS: Gerrit_Virtual_Submit --- drivers/platform/tegra/nvadsp/Kconfig | 93 --------------------------- drivers/video/tegra/host/pva/Kconfig | 10 --- 2 files changed, 103 deletions(-) delete mode 100644 drivers/platform/tegra/nvadsp/Kconfig delete mode 100644 drivers/video/tegra/host/pva/Kconfig diff --git a/drivers/platform/tegra/nvadsp/Kconfig b/drivers/platform/tegra/nvadsp/Kconfig deleted file mode 100644 index 71f2d907..00000000 --- a/drivers/platform/tegra/nvadsp/Kconfig +++ /dev/null @@ -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 diff --git a/drivers/video/tegra/host/pva/Kconfig b/drivers/video/tegra/host/pva/Kconfig deleted file mode 100644 index a02dcbea..00000000 --- a/drivers/video/tegra/host/pva/Kconfig +++ /dev/null @@ -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