lin
2025-07-31 065ea569db06206874bbfa18eb25ff6121aec09b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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