• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config DRIVERS_HDF_DISP
2    bool "Enable HDF Display driver"
3    default n
4    depends on DRIVERS_HDF
5    help
6        Answer Y to choice HDF Display driver.
7config DRIVERS_HDF_LCDKIT
8    bool "Enable HDF Lcdkit driver"
9    default n
10    depends on DRIVERS_HDF_DISP
11    help
12        Answer Y to enable HDF Lcdkit driver.
13config DRIVERS_HDF_LCD_ICN9700
14    bool "Enable HDF Icn9700 driver"
15    default n
16    depends on DRIVERS_HDF_DISP
17    help
18        Answer Y to enable HDF Icn9700 driver.
19config DRIVERS_HDF_LCD_ST7789
20    bool "Enable HDF St7789 driver"
21    default n
22    depends on DRIVERS_HDF_DISP
23    help
24        Answer Y to enable HDF St7789 driver.
25