Skip to content

Commit

Permalink
Make FPGA a menuconfig to ease disabling it all
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vincent Legoll authored and Greg Kroah-Hartman committed Jul 17, 2017
1 parent 961997f commit 50fa028
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/fpga/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -106,5 +104,3 @@ config XILINX_PR_DECOUPLER
being reprogrammed during partial reconfig.

endif # FPGA

endmenu

0 comments on commit 50fa028

Please sign in to comment.