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:
parent
868e99aefb
commit
7c076a4d5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue