From c8e7991e94c1b9144b56053ea58635f693723516 Mon Sep 17 00:00:00 2001 From: Jack Chen Date: Sun, 7 Mar 2021 00:16:59 +0800 Subject: [PATCH] kconfig: update defaults --- main/Kconfig.projbuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild index b8c70b3..e9062be 100644 --- a/main/Kconfig.projbuild +++ b/main/Kconfig.projbuild @@ -4,14 +4,10 @@ menu "Server Configuration" config SERVER_URL string "Server URL" default "example.com" - help - Server URL. choice TRANSFER_PROTOCOL prompt "Transfer Protocol" default TRANSFER_PROTOCOL_HTTPS - help - Select to use which transfer protocol. config TRANSFER_PROTOCOL_HTTP bool "http" @@ -23,40 +19,28 @@ config VERIFY_SERVER_CERT bool "Verify Server SSL Certificate" default "y" depends on TRANSFER_PROTOCOL_HTTPS - help - Select this to enable server ssl certificate verification. config ENABLE_OTA bool "Enable OTA Update" default y - help - Select this to enable ota update. endmenu menu "WiFi Configuration" config WIFI_SSID string "WiFi SSID" default "myssid" - help - SSID (network name) for the device to connect to. config WIFI_PASSWORD string "WiFi Password" default "mypassword" - help - WiFi password (WPA or WPA2) for the device to use. config WIFI_HOSTNAME_PREFIX string "WiFi Hostname Prefix" default "NAS" - help - WiFi hostname prefix for the device to use. config ENABLE_SC_KEY bool "Enable SmartConfig Key" default y - help - Select this to enable smartconfig key. config SC_KEY_HOLD_TIME int "SmartConfig Key Hold Time (ms)" @@ -67,8 +51,6 @@ choice SC_KEY_ACTIVE_LEVEL prompt "SmartConfig Key Active Level" default SC_KEY_ACTIVE_LOW depends on ENABLE_SC_KEY - help - Select SmartConfig Key Active Level. config SC_KEY_ACTIVE_HIGH bool "Active High" @@ -110,15 +92,11 @@ menu "GUI Configuration" config ENABLE_GUI bool "Enable GUI" default y - help - Select this to enable gui. choice LCD_TYPE prompt "LCD Type" default LCD_TYPE_ST7789 depends on ENABLE_GUI - help - Select which LCD type to use. config LCD_TYPE_ST7735 bool "ST7735 80x160 LCD Panel" @@ -130,8 +108,6 @@ choice LCD_ORIENTATION prompt "LCD Orientation" default LCD_ORIENTATION_NORMAL depends on ENABLE_GUI - help - Select LCD orientation. config LCD_ORIENTATION_NORMAL bool "Normal" @@ -179,15 +155,11 @@ menu "LED Configuration" config ENABLE_LED bool "Enable LED" default y - help - Select this to enable LED Output. choice LED_ACTIVE_LEVEL prompt "LED Active Level" default LED_ACTIVE_HIGH depends on ENABLE_LED - help - Select LED Active Level. config LED_ACTIVE_HIGH bool "Active High" @@ -205,15 +177,11 @@ menu "Audio Configuration" config ENABLE_AUDIO_PROMPT bool "Enable Audio Prompt" default y - help - Select this to enable audio prompt. choice AUDIO_OUTPUT prompt "Audio Output" default AUDIO_OUTPUT_I2S1 depends on ENABLE_AUDIO_PROMPT - help - Select Audio Output Interface. config AUDIO_OUTPUT_I2S0 bool "I2S-0"