1
0
Эх сурвалжийг харах

[IFX]Remove Kconfig—>Board extended module Drivers

Rbb666 2 жил өмнө
parent
commit
25c567e330

+ 0 - 70
bsp/Infineon/libraries/templates/PSOC62/board/Kconfig

@@ -138,13 +138,6 @@ menu "On-chip Peripheral Drivers"
                 default n
                 default n
         endif
         endif
 
 
-    config BSP_USING_QSPI_FLASH
-        bool "Enable QSPI BUS"
-        select RT_USING_QSPI
-        select RT_USING_SFUD
-        select RT_SFUD_USING_QSPI
-        default n
-
     menuconfig BSP_USING_HW_I2C
     menuconfig BSP_USING_HW_I2C
         bool "Enable Hardware I2C Bus"
         bool "Enable Hardware I2C Bus"
         default n
         default n
@@ -204,11 +197,6 @@ menu "On-chip Peripheral Drivers"
                 endif
                 endif
         endif
         endif
 
 
-    config BSP_USING_USBD
-        bool "Enable USB Device"
-        select RT_USING_USB_DEVICE
-        default n
-
     menuconfig BSP_USING_RTC
     menuconfig BSP_USING_RTC
         bool "Enable RTC"
         bool "Enable RTC"
         select RT_USING_RTC
         select RT_USING_RTC
@@ -262,62 +250,4 @@ menu "On-chip Peripheral Drivers"
         endif
         endif
 endmenu
 endmenu
 
 
-menu "Board extended module Drivers"
-
-    config BSP_USING_SLIDER
-        bool "Enable Slider Demo"
-        select BSP_USING_PWM
-        select BSP_USING_PWM0
-        select BSP_USING_PWM0_CH3
-        select BSP_USING_PWM0_PORT13
-        default n
-
-        menuconfig BSP_USING_RW007
-            bool "Enable RW007"
-            default n
-            select PKG_USING_RW007
-            select BSP_USING_SPI
-            select RW007_NOT_USE_EXAMPLE_DRIVERS
-
-        if BSP_USING_RW007
-            comment "Notice: P5_7 --> 47; P6_2 -->50; P6_5 --> 53; P12_0 --> 96"
-            config IFX_RW007_SPI_BUS_NAME
-                string "RW007 BUS NAME"
-                default "spi3"
-
-            config IFX_RW007_WIFI_SSID
-                string "Wi-Fi SSID"
-                default "realthread_VIP"
-
-            config IFX_RW007_WIFI_PASSWORD
-                string "Wi-Fi Password"
-                default "your wifi password"
-
-            config IFX_RW007_CS_PIN
-                int "(INT)CS pin index"
-                range 1 113
-                default 96
-
-            config IFX_RW007_BOOT0_PIN
-                int "(INT)BOOT0 pin index (same as spi clk pin)"
-                range 1 113
-                default 50
-
-            config IFX_RW007_BOOT1_PIN
-                int "(INT)BOOT1 pin index (same as spi cs pin)"
-                range 1 113
-                default 96
-
-            config IFX_RW007_INT_BUSY_PIN
-                int "(INT)INT/BUSY pin index"
-                range 1 113
-                default 47
-
-            config IFX_RW007_RST_PIN
-                int "(INT)RESET pin index"
-                range 1 113
-                default 53
-        endif
-endmenu
-
 endmenu
 endmenu