samples: drivers: display: 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 20:38:26 +09:00 committed by Carles Cufí
parent 868e99aefb
commit 7c076a4d5e
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ tests:
- native_sim
extra_args: DTC_OVERLAY_FILE="dummy_dc.overlay"
extra_configs:
- CONFIG_DUMMY_DISPLAY=y
- CONFIG_SDL_DISPLAY=n
- CONFIG_TEST=y
tags: display