Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50fa0285 authored by Vincent Legoll's avatar Vincent Legoll Committed by Greg Kroah-Hartman
Browse files

Make FPGA a menuconfig to ease disabling it all



No need to get into the submenu to disable all FPGA-related config entries

Signed-off-by: default avatarVincent Legoll <vincent.legoll@gmail.com>
Acked-by: default avatarMoritz Fischer <mdf@kernel.org>
Signed-off-by: default avatarAlan Tull <atull@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 961997f3
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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