forked from piyl8cs5f/Iot_Cs_best
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
540 B
21 lines
540 B
config DRIVERS
|
|
bool "Enable Driver"
|
|
default y
|
|
help
|
|
Answer Y to enable LiteOS support driver.
|
|
|
|
source "bsd/dev/usb/Kconfig"
|
|
source "../../drivers/hdf_core/adapter/khdf/liteos/Kconfig"
|
|
|
|
# Device driver Kconfig import
|
|
source "$(DEVICE_PATH)/drivers/Kconfig"
|
|
|
|
source "drivers/char/mem/Kconfig"
|
|
source "drivers/char/quickstart/Kconfig"
|
|
source "drivers/char/random/Kconfig"
|
|
source "drivers/char/video/Kconfig"
|
|
source "drivers/char/trace/Kconfig"
|
|
source "drivers/char/perf/Kconfig"
|
|
|
|
source "../../drivers/liteos/hievent/Kconfig"
|