11 lines
247 B
Plaintext
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"
|