From 83bddd86c5c135c2f9076978ef09e7c849c9f7a6 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Tue, 20 Jun 2023 16:05:49 +0200 Subject: [PATCH] Fix Kconfig style Remove TABs from Kconfig files Add comments --- graphics/nxwm/Kconfig | 2 +- testing/nxffs/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/nxwm/Kconfig b/graphics/nxwm/Kconfig index 9f9e044c9..8a2b904d1 100644 --- a/graphics/nxwm/Kconfig +++ b/graphics/nxwm/Kconfig @@ -922,7 +922,7 @@ config NXWM_MEDIAPLAYER_CUSTOM_COLORS if NXWM_MEDIAPLAYER_CUSTOM_COLORS - config NXWM_MEDIAPLAYER_VOLUMECOLOR +config NXWM_MEDIAPLAYER_VOLUMECOLOR hex "Media Volume Slide Color" default 0x0 diff --git a/testing/nxffs/Kconfig b/testing/nxffs/Kconfig index bc1c6b207..759b7744d 100644 --- a/testing/nxffs/Kconfig +++ b/testing/nxffs/Kconfig @@ -42,7 +42,7 @@ config TESTING_NXFFS_MAXNAME ---help--- Determines the maximum size of names used in the filesystem - config TESTING_NXFFS_MAXFILE +config TESTING_NXFFS_MAXFILE int "Max file size" default 8192 ---help--- @@ -68,4 +68,4 @@ config TESTING_NXFFS_VERBOSE bool "Verbose output" default n -endif +endif # TESTING_NXFFS