Kconfig 318 B

1234567891011121314
  1. config RT_USING_LCD
  2. bool "Using LCD graphic drivers" if !RT_USING_DM
  3. default n
  4. menuconfig RT_USING_GRAPHIC
  5. bool "Using Graphics device drivers"
  6. depends on RT_USING_DM
  7. default n
  8. if RT_USING_GRAPHIC
  9. rsource "backlight/Kconfig"
  10. rsource "framebuffer/Kconfig"
  11. rsource "logo/Kconfig"
  12. endif