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.
22 lines
578 B
22 lines
578 B
1 year ago
|
config DRIVERS
|
||
|
bool "Enable Driver"
|
||
|
default y
|
||
|
help
|
||
|
Answer Y to enable LiteOS support driver.
|
||
|
|
||
|
source "bsd/dev/usb/Kconfig"
|
||
|
source "../../drivers/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/tzdriver/Kconfig"
|
||
|
source "../../drivers/liteos/hievent/Kconfig"
|