Make FPGA a menuconfig to ease disabling it all
authorVincent Legoll <vincent.legoll@gmail.com>
Wed, 14 Jun 2017 15:36:26 +0000 (10:36 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 15:26:14 +0000 (17:26 +0200)
No need to get into the submenu to disable all FPGA-related config entries

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Acked-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/Kconfig

index 161ba9dccede4d5d9e7edd7000b4323659d4eea5..10361902c8309698d34aaff1c07564538ec64756 100644 (file)
@@ -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
@@ -106,5 +104,3 @@ config XILINX_PR_DECOUPLER
          being reprogrammed during partial reconfig.
 
 endif # FPGA
-
-endmenu