• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config DRIVERS
2    bool "Enable Driver"
3    default y
4    help
5      Answer Y to enable LiteOS support driver.
6
7source "../../drivers/hdf_core/adapter/khdf/liteos_m/Kconfig"
8
9# Device driver Kconfig import
10osource "$(DEVICE_PATH)/drivers/Kconfig"
11