zephyr/boards/shields/st7735r/Kconfig.defconfig
Kumar Gala 63769bd1c1 drivers: display: Remove unnecessary Kconfig settings
Have the display enabled in devicetree will now get the driver
enabled by default when CONFIG_DISPLAY=y is set.  So we can remove
setting driver enabling Kconfig values in various .conf and
defconfig files.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-09 12:27:44 +02:00

18 lines
261 B
Plaintext

# Copyright (c) 2020 Kim Bøndergaard <kim@fam-boendergaard.dk>
# SPDX-License-Identifier: Apache-2.0
if SHIELD_ST7735R_ADA_160x128
if DISPLAY
if LVGL
config LV_Z_BITS_PER_PIXEL
default 16
endif # LVGL
endif # DISPLAY
endif # SHIELD_ST7735R_ADA_160x128