Skip to content

Commit 8c4c73a

Browse files
authored
[menuconfig] fix menuconfig warning
1 parent 66c0b75 commit 8c4c73a

File tree

6 files changed

+3
-66
lines changed

6 files changed

+3
-66
lines changed

iot/wifi-host-driver/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ menuconfig PKG_USING_WIFI_HOST_DRIVER
148148

149149
choice
150150
prompt "Select HOST_WAKE_IRQ event type"
151-
default CYBSP_HOST_WAKE_IRQ_EVENT_FALLING
151+
default CYBSP_HOST_WAKE_IRQ_EVENT_FALL
152152

153153
config CYBSP_HOST_WAKE_IRQ_EVENT_FALL
154154
bool "falling"

peripherals/RgPower/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kconfig file for package RgPower
22
menuconfig PKG_USING_RGPOWER
3-
bool " Use RgPower "
3+
bool "Use RgPower"
44
default n
55

66
if PKG_USING_RGPOWER

system/CMSIS/CMSIS-DSP/Kconfig

Lines changed: 0 additions & 27 deletions
This file was deleted.

system/CMSIS/CMSIS-DSP/package.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

system/CMSIS/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ menu "CMSIS: ARM Cortex-M Microcontroller Software Interface Standard"
22

33
source "$PKGS_DIR/packages/system/CMSIS/CMSIS_5/Kconfig"
44
source "$PKGS_DIR/packages/system/CMSIS/CMSIS-Core/Kconfig"
5-
source "$PKGS_DIR/packages/system/CMSIS/CMSIS-DSP/Kconfig"
65
source "$PKGS_DIR/packages/system/CMSIS/CMSIS-NN/Kconfig"
76
source "$PKGS_DIR/packages/system/CMSIS/CMSIS_RTOS1/Kconfig"
87
source "$PKGS_DIR/packages/system/CMSIS/CMSIS_RTOS2/Kconfig"

system/CherryUSB/Kconfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Kconfig file for package CherryUSB
22
menuconfig PKG_USING_CHERRYUSB
3+
depends on RT_VER_NUM < 0x50200
34
bool "CherryUSB: tiny and portable USB host/device stack for embedded system with USB IP"
45
default n
56

@@ -232,23 +233,20 @@ if PKG_USING_CHERRYUSB
232233
bool
233234
prompt "Enable usb cdc ecm driver"
234235
select RT_USING_LWIP
235-
select RT_USING_LWIP212
236236
select CONFIG_USBHOST_PLATFORM_CDC_ECM
237237
default n
238238

239239
config PKG_CHERRYUSB_HOST_CDC_RNDIS
240240
bool
241241
prompt "Enable usb rndis driver"
242242
select RT_USING_LWIP
243-
select RT_USING_LWIP212
244243
select CONFIG_USBHOST_PLATFORM_CDC_RNDIS
245244
default n
246245

247246
config PKG_CHERRYUSB_HOST_CDC_NCM
248247
bool
249248
prompt "Enable usb cdc ncm driver"
250249
select RT_USING_LWIP
251-
select RT_USING_LWIP212
252250
select CONFIG_USBHOST_PLATFORM_CDC_NCM
253251
default n
254252

@@ -271,15 +269,13 @@ if PKG_USING_CHERRYUSB
271269
bool
272270
prompt "Enable usb asix driver"
273271
select RT_USING_LWIP
274-
select RT_USING_LWIP212
275272
select CONFIG_USBHOST_PLATFORM_ASIX
276273
default n
277274

278275
config PKG_CHERRYUSB_HOST_RTL8152
279276
bool
280277
prompt "Enable usb rtl8152 driver"
281278
select RT_USING_LWIP
282-
select RT_USING_LWIP212
283279
select CONFIG_USBHOST_PLATFORM_RTL8152
284280
default n
285281

0 commit comments

Comments
 (0)