From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.1 From: Vasiliy Kovalev To: devel-kernel@lists.altlinux.org Date: Wed, 16 Apr 2025 16:15:29 +0300 Message-Id: <20250416131533.841196-1-kovalev@altlinux.org> X-Mailer: git-send-email 2.33.8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [d-kernel] [PATCH sisyphus 6.12/6.13/6.14/6.15 0/4] config: Cleanup unused and obsolete configuration options X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2025 13:15:40 -0000 Archived-At: List-Archive: List-Post: Remove certain configuration options that are unused due to dependencies on inactive subsystems, preventing confusion during evaluation. Additionally, remove options related to the ReiserFS filesystem, as its code has been removed from the kernel. [PATCH 1/4] config: Remove ARCNET-related modules (CONFIG_ARCNET is not set) [PATCH 2/4] config: Remove ATM-related modules (CONFIG_ATM is not set) [PATCH 3/4] config: Remove ISDN-related modules (CONFIG_ISDN is not set) [PATCH 4/4] config: Remove obsolete REISERFS configuration options