63769bd1c1
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>
18 lines
261 B
Plaintext
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
|