Files
Linux_Drivers/linux_5.10/drivers/soc/cvitek/Kconfig
wangliang.wang 4f810186ab [linux] porting cvitek asic chips.
1. update cv182x/cv183x configuration file
	2. update cv181x/cv180x configuration file
	3. update clk driver for cvitek
	4. update dma driver for cvitek
	5. update soc driver for cvitek
	6. porting cvitek ion driver from kernel-4.19
	7. compatible with riscv

Change-Id: Icff9fafe0ebe7d6bab824bbadb952e08bdc66c19
2023-03-10 20:33:10 +08:00

34 lines
868 B
Plaintext

#
# CVITEK SoC drivers
#
menu "CVITEK SoC drivers"
config CV1835_SYSDMA_REMAP
bool "CVITEK SoC sysdma remap driver"
depends on ARCH_CVITEK
help
Enables driver for sysdma remap on CV1835 SoC.
If someone need to use sysDMA of CV1835, they
need to set src select value of related devices
in this top register.
config CVI_WIFI_PIN
bool "CVITEK SoC wifi specific pin definition"
depends on ARCH_CVITEK
help
Enables driver for wifi specify pin on CviTek SoC.
Enable this configuration to enable API to get
GPIO number to do certain action, ex. power on
or wakeup pin.
config CVI_BT_PIN
bool "CVITEK SoC BT specific pin definition"
depends on ARCH_CVITEK
help
Enables driver for BT specify pin on CviTek SoC.
Enable this configuration to enable API to get
GPIO number to do certain action, ex. power on
or wakeup pin.
endmenu