M7350/kernel/drivers/oled/Kconfig
2024-09-09 08:57:42 +00:00

20 lines
359 B
Plaintext
Executable File

config OLED
bool "Support OLED display"
default n
---help---
Say Y here if you use OLED display
config OLED_SSD1306_PT
bool "Driver for OLED SSD1306"
select OLED
default n
---help---
Say Y here if you use OLED SSD1306
config OLED_S90319_PT
bool "Driver for OLED s90319"
select OLED
default n
---help---
Say Y here if you use OLED S90319