From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755563AbdDNWkX (ORCPT ); Fri, 14 Apr 2017 18:40:23 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:33565 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755426AbdDNWkT (ORCPT ); Fri, 14 Apr 2017 18:40:19 -0400 From: Vincent Legoll To: linux-kernel@vger.kernel.org, atull@opensource.altera.com, moritz.fischer@ettus.com, linux-fpga@vger.kernel.org Cc: Vincent Legoll Subject: [PATCH] Make FPGA a menuconfig to ease disabling it all Date: Sat, 15 Apr 2017 00:39:46 +0200 Message-Id: <20170414223946.18999-2-vincent.legoll@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170414223946.18999-1-vincent.legoll@gmail.com> References: <2f141046-1645-90ac-61b7-b93b08a10ad1@infradead.org> <20170414223946.18999-1-vincent.legoll@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org No need to get into the submenu to disable all FPGA-related config entries Signed-off-by: Vincent Legoll --- drivers/fpga/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index ce861a2..2cb9b81 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -2,9 +2,7 @@ # FPGA framework configuration # -menu "FPGA Configuration Support" - -config FPGA +menuconfig FPGA tristate "FPGA Configuration Framework" help Say Y here if you want support for configuring FPGAs from the @@ -64,5 +62,3 @@ config ALTERA_FREEZE_BRIDGE region is being reprogrammed. endif # FPGA - -endmenu -- 2.9.3