Compile in PXP driver if LVGL is set to use PXP.

Signed-off-by: Daniel Berlin <dberlin@dberlin.org>
This commit is contained in:
Daniel Berlin 2024-03-01 12:30:01 -05:00 committed by Mahesh Mahadevan
parent 3366f234ed
commit 6544455fcf
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ include_driver_ifdef(CONFIG_COUNTER_MCUX_QTMR qtmr_1 driver_qtmr_1)
include_driver_ifdef(CONFIG_DISPLAY_MCUX_ELCDIF elcdif driver_elcdif)
include_driver_ifdef(CONFIG_DISPLAY_MCUX_DCNANO_LCDIF lcdif driver_lcdif)
include_driver_ifdef(CONFIG_MCUX_PXP pxp driver_pxp)
include_driver_ifdef(CONFIG_LV_USE_GPU_NXP_PXP pxp driver_pxp)
include_driver_ifdef(CONFIG_ETH_MCUX enet driver_enet)
include_driver_ifdef(CONFIG_GPIO_MCUX_IGPIO igpio driver_igpio)
include_driver_ifdef(CONFIG_GPIO_MCUX_RGPIO rgpio driver_rgpio)