Files
2022-06-15 20:07:10 +08:00

11 lines
247 B
Plaintext

config DRIVERS
bool "Enable Driver"
default y
help
Answer Y to enable LiteOS support driver.
source "../../drivers/hdf_core/adapter/khdf/liteos_m/Kconfig"
# Device driver Kconfig import
osource "$(DEVICE_PATH)/drivers/Kconfig"