[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230114-doc-v1-1-efec2689e423@pefoley.com>
Date: Sat, 14 Jan 2023 01:08:41 -0500
From: Peter Foley <pefoley2@...oley.com>
To: Jonathan Corbet <corbet@....net>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
Peter Foley <pefoley2@...oley.com>
Subject: [PATCH] Documentation: Avoid duplicate Kconfig inclusion
Documentation/Kconfig is already included from lib/Kconfig.debug, avoid
including it again and polluting the top-level menu.
Signed-off-by: Peter Foley <pefoley2@...oley.com>
---
Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/Kconfig b/Kconfig
index 745bc773f5670..97ed6389c9211 100644
--- a/Kconfig
+++ b/Kconfig
@@ -28,5 +28,3 @@ source "crypto/Kconfig"
source "lib/Kconfig"
source "lib/Kconfig.debug"
-
-source "Documentation/Kconfig"
---
base-commit: 97ec4d559d939743e8af83628be5af8da610d9dc
change-id: 20230114-doc-005df4ac8193
Best regards,
--
Peter Foley <pefoley2@...oley.com>
Powered by blists - more mailing lists