From c8e3a11a00f5c9f61bfedea897fef7164086e6c0 Mon Sep 17 00:00:00 2001 From: Ryan Hartlage Date: Sat, 14 Jul 2018 15:07:39 -0400 Subject: [PATCH] Use alphabetical order for lua modules in kconfig --- components/modules/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/modules/Kconfig b/components/modules/Kconfig index 98ae8f48..0ad73643 100644 --- a/components/modules/Kconfig +++ b/components/modules/Kconfig @@ -110,6 +110,12 @@ config LUA_MODULE_LEDC help Includes the LEDC module. +config LUA_MODULE_MQTT + bool "MQTT module" + default "n" + help + Includes the MQTT module. + config LUA_MODULE_NET bool "Net module" default "y" @@ -180,10 +186,4 @@ config LUA_MODULE_WS2812 help Includes the ws2812 module. -config LUA_MODULE_MQTT - bool "MQTT module" - default "n" - help - Includes the MQTT module. - endmenu