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

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
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
# FPGA framework configuration # FPGA framework configuration
# #
menu "FPGA Configuration Support" menuconfig FPGA
config FPGA
tristate "FPGA Configuration Framework" tristate "FPGA Configuration Framework"
help help
Say Y here if you want support for configuring FPGAs from the Say Y here if you want support for configuring FPGAs from the
...@@ -106,5 +104,3 @@ config XILINX_PR_DECOUPLER ...@@ -106,5 +104,3 @@ config XILINX_PR_DECOUPLER
being reprogrammed during partial reconfig. being reprogrammed during partial reconfig.
endif # FPGA endif # FPGA
endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment