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:
parent
7c076a4d5e
commit
00c5ff77f1
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ CONFIG_ZTEST=y
|
|||
|
||||
CONFIG_DISPLAY=y
|
||||
CONFIG_SDL_DISPLAY=n
|
||||
CONFIG_DUMMY_DISPLAY=y
|
||||
|
||||
CONFIG_LOG=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue