From 7b90caa545d0561950b681471fd41502f74c301b Mon Sep 17 00:00:00 2001 From: zhangbirong Date: Mon, 15 May 2023 11:25:51 +0800 Subject: [PATCH] change graphic_standard to graphic_2d Signed-off-by: zhangbirong Change-Id: Icb3df5b022210394487c8db7348e8e97cd9a08d7 --- tools/component_tools/kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/component_tools/kconfig b/tools/component_tools/kconfig index 2c9845f15a..ab8427442b 100644 --- a/tools/component_tools/kconfig +++ b/tools/component_tools/kconfig @@ -693,13 +693,13 @@ config feature$$sensors$$miscdevice depends on sensors$$miscdevice endmenu menu "graphic" -config graphic$$graphic_standard - bool "graphic_standard" +config graphic$$graphic_2d + bool "graphic_2d" default n -config feature$$graphic$$graphic_standard +config feature$$graphic$$graphic_2d string "feature" default "" - depends on graphic$$graphic_standard + depends on graphic$$graphic_2d endmenu menu "window" config window$$window_manager -- Gitee