Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649712 > unrolled thread
| Started by | Alan Tull <atull@kernel.org> |
|---|---|
| First post | 2017-05-24 17:40 +0200 |
| Last post | 2017-05-24 21:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] Make FPGA a menuconfig to ease disabling it all Alan Tull <atull@kernel.org> - 2017-05-24 17:40 +0200
Re: [PATCH] Make FPGA a menuconfig to ease disabling it all Moritz Fischer <moritz.fischer@ettus.com> - 2017-05-24 21:20 +0200
| From | Alan Tull <atull@kernel.org> |
|---|---|
| Date | 2017-05-24 17:40 +0200 |
| Subject | Re: [PATCH] Make FPGA a menuconfig to ease disabling it all |
| Message-ID | <tKGyd-46k-7@gated-at.bofh.it> |
On Fri, Apr 14, 2017 at 5:39 PM, Vincent Legoll <vincent.legoll@gmail.com> wrote: Hi Vincent, Thanks! Alan > No need to get into the submenu to disable all FPGA-related config entries > > Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com> Signed-off-by: Alan Tull <atull@kernel.org> > --- > drivers/fpga/Kconfig | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig > index ce861a2..2cb9b81 100644 > --- a/drivers/fpga/Kconfig > +++ b/drivers/fpga/Kconfig > @@ -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 > @@ -64,5 +62,3 @@ config ALTERA_FREEZE_BRIDGE > region is being reprogrammed. > > endif # FPGA > - > -endmenu > -- > 2.9.3 >
[toc] | [next] | [standalone]
| From | Moritz Fischer <moritz.fischer@ettus.com> |
|---|---|
| Date | 2017-05-24 21:20 +0200 |
| Message-ID | <tKJZ8-6lc-25@gated-at.bofh.it> |
| In reply to | #1649712 |
On Wed, May 24, 2017 at 8:35 AM, Alan Tull <atull@kernel.org> wrote: > On Fri, Apr 14, 2017 at 5:39 PM, Vincent Legoll > <vincent.legoll@gmail.com> wrote: > > Hi Vincent, > > Thanks! > > Alan > >> 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> > >> --- >> drivers/fpga/Kconfig | 6 +----- >> 1 file changed, 1 insertion(+), 5 deletions(-) >> >> diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig >> index ce861a2..2cb9b81 100644 >> --- a/drivers/fpga/Kconfig >> +++ b/drivers/fpga/Kconfig >> @@ -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 >> @@ -64,5 +62,3 @@ config ALTERA_FREEZE_BRIDGE >> region is being reprogrammed. >> >> endif # FPGA >> - >> -endmenu >> -- >> 2.9.3 >>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web