linuxOS_AP06/kernel/drivers/misc/seekwaveplatform_lite/Kconfig
2025-07-02 10:30:25 +08:00

26 lines
744 B
Plaintext

menuconfig SEEKWAVE_BSP_DRIVERS
bool "SeekWave Platform Drivers For SeekWave Chip"
default n
help
This is support seekwave chip for incard board
if you want to buildin bsp driver
please say "y"
Thanks.
config SEEKWAVE_PLD_RELEASE
bool "seekwave Platfrom support chip recoverymode"
depends on SEEKWAVE_BSP_DRIVERS
default n
config SKW_NO_CONFIG
bool "skw no config dts"
depends on SEEKWAVE_BSP_DRIVERS
default n
#seekwave`s wifi bluetooth device driver etc
if SEEKWAVE_BSP_DRIVERS
source "drivers/misc/seekwaveplatform_lite/usb/Kconfig"
source "drivers/misc/seekwaveplatform_lite/sdio/Kconfig"
source "drivers/misc/seekwaveplatform_lite/skwutil/Kconfig"
endif