tests: lib: gui: lvgl: Remove explicitly enabled CONFIG_DUMMY_DISPLAY

The CONFIG_DUMMY_DISPLAY is now enabled in conjunction with devicetree,
So, no need to be explicitly enabled.
Remove the setting.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-10-14 21:26:52 +09:00 committed by Carles Cufí
commit 00c5ff77f1

View file

@ -2,7 +2,6 @@ CONFIG_ZTEST=y
CONFIG_DISPLAY=y
CONFIG_SDL_DISPLAY=n
CONFIG_DUMMY_DISPLAY=y
CONFIG_LOG=y