From f38d65cfc87699c3b9413ad97828eead0715c1ff Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Thu, 25 Jul 2024 20:33:23 +0800 Subject: [PATCH] Shrink the content of defconfig --- configs/defconfig | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configs/defconfig b/configs/defconfig index 8f03694..2bd1efc 100644 --- a/configs/defconfig +++ b/configs/defconfig @@ -1,17 +1,6 @@ -CONFIG_CONFIGURED=y -# CONFIG_BACKEND_FBDEV is not set CONFIG_BACKEND_SDL=y - -# -# Image Loaders -# CONFIG_LOADER_PNG=y CONFIG_LOADER_JPEG=y -# end of Image Loaders - -# -# Demo Applications -# CONFIG_DEMO_APPLICATIONS=y CONFIG_DEMO_MULTI=y CONFIG_DEMO_HELLO=y @@ -19,4 +8,3 @@ CONFIG_DEMO_CLOCK=y CONFIG_DEMO_CALCULATOR=y CONFIG_DEMO_LINE=y CONFIG_DEMO_SPLINE=y -# end of Demo Applications