diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2017-06-14 11:36:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-17 11:26:14 -0400 |
commit | 50fa0285955899c1678c5ee47fc69dc56d17b107 (patch) | |
tree | 012d23d94261584992939be07516b60a2c7eeec5 | |
parent | 961997f3cd16db01aa438fb936978e03e8086210 (diff) |
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: 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>
-rw-r--r-- | drivers/fpga/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 161ba9dccede..10361902c830 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig | |||
@@ -2,9 +2,7 @@ | |||
2 | # FPGA framework configuration | 2 | # FPGA framework configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "FPGA Configuration Support" | 5 | menuconfig FPGA |
6 | |||
7 | config FPGA | ||
8 | tristate "FPGA Configuration Framework" | 6 | tristate "FPGA Configuration Framework" |
9 | help | 7 | help |
10 | Say Y here if you want support for configuring FPGAs from the | 8 | Say Y here if you want support for configuring FPGAs from the |
@@ -106,5 +104,3 @@ config XILINX_PR_DECOUPLER | |||
106 | being reprogrammed during partial reconfig. | 104 | being reprogrammed during partial reconfig. |
107 | 105 | ||
108 | endif # FPGA | 106 | endif # FPGA |
109 | |||
110 | endmenu | ||