From 7a078070267cc6fa89dfa27bca1a63769ef9c413 Mon Sep 17 00:00:00 2001 From: "freddy.li" Date: Mon, 15 Nov 2021 11:51:56 +0800 Subject: [PATCH] Modify the menuconfig to solve the problem that the poc option appears under the qrcode option after opening the poc option. --- config/config.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config/config.in b/config/config.in index 1d3ece9..a14e235 100644 --- a/config/config.in +++ b/config/config.in @@ -18,18 +18,6 @@ help This is qrcode support. -choice POC_PLATFORM - bool "Select POC platform" - default POC_BND - depends on POC - help - Select POC platform. - -config POC_BND - bool "bnd platform" -config POC_SL - bool "sl platform" -endchoice config CAMERA bool "Enable camera" -- Gitee