zephyr/boards/shields/st7789v_generic/Kconfig.shield
Jan Van Winkel 6c5477dd3f boards/shields: st7789v: Use conditional Kconfig
Use conditional Kconfig, as introduced by PR #20934, for ST7789V
based shields.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2020-01-06 14:25:00 -05:00

9 lines
292 B
Plaintext

# Copyright (c) 2019 Jan Van Winkel <jan.van_winkel@dxplore.eu>
# SPDX-License-Identifier: Apache-2.0
config SHIELD_ST7789V_TL019FQV01
def_bool $(shields_list_contains,st7789v_tl019fqv01)
config SHIELD_ST7789V_WAVESHARE_240X240
def_bool $(shields_list_contains,st7789v_waveshare_240x240)