• 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 "bsd/dev/usb/Kconfig"
8source "../../drivers/hdf_core/adapter/khdf/liteos/Kconfig"
9
10# Device driver Kconfig import
11source "$(DEVICE_PATH)/drivers/Kconfig"
12
13source "drivers/char/mem/Kconfig"
14source "drivers/char/quickstart/Kconfig"
15source "drivers/char/random/Kconfig"
16source "drivers/char/video/Kconfig"
17source "drivers/char/trace/Kconfig"
18source "drivers/char/perf/Kconfig"
19
20source "../../drivers/liteos/hievent/Kconfig"
21