🌈 style(ktime): mv to components/drivers/ktime (#8103)

This commit is contained in:
xqyjlj 2023-09-28 21:34:21 +08:00 committed by GitHub
parent fce83488ec
commit 31a2311f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,5 @@ source "$RTT_DIR/components/libc/Kconfig"
source "$RTT_DIR/components/net/Kconfig"
source "$RTT_DIR/components/utilities/Kconfig"
source "$RTT_DIR/components/vbus/Kconfig"
source "$RTT_DIR/components/ktime/Kconfig"
endmenu

View File

@ -775,6 +775,7 @@ menuconfig RT_USING_VIRTIO
source "$RTT_DIR/components/drivers/ofw/Kconfig"
source "$RTT_DIR/components/drivers/pic/Kconfig"
source "$RTT_DIR/components/drivers/ktime/Kconfig"
menu "Using USB"
config RT_USING_USB