kernel_samsung_a53x/drivers/vision3/dsp/Kconfig
2024-06-15 16:02:09 -03:00

26 lines
441 B
Text
Executable file

menuconfig EXYNOS_DSP
tristate "EXYNOS dsp common driver"
if EXYNOS_DSP
config EXYNOS_DSP_HW_N1
bool "Enable dsp driver for HW_N1"
default n
config EXYNOS_DSP_HW_N3
bool "Enable dsp driver for HW_N3"
default n
config EXYNOS_DSP_HW_O1
bool "Enable dsp driver for HW_O1"
default n
config EXYNOS_DSP_HW_O3
bool "Enable dsp driver for HW_O3"
default n
config EXYNOS_DSP_HW_P0
bool "Enable dsp driver for HW_P0"
default n
endif