commit | c071e27e2d46b960f5757ee67237ec6d11080a5d | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Tue Nov 19 10:49:08 2024 -0600 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Thu Nov 21 09:19:19 2024 +0100 |
tree | 674aa9da7860f73c1103972b5e50e9c7b659efd8 | |
parent | 027c79add7f5a26f69dcb6be79354bbef3d358ac [diff] |
boards: fix dependency for LV_COLOR_SWAP_16 to use configdefault Use configdefault when enabling LV_COLOR_SWAP_16 within boards and shield definitions, to avoid OR'ing the dependencies for the Kconfig symbol. Otherwise, a user manually selecting LV_COLOR_DEPTH will encounter build errors as LV_COLOR_SWAP_16 may be enabled when LV_COLOR_DEPTH_16 is not selected Fixes #81546 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>