linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Make FSI a menuconfig to ease disabling it all
@ 2017-12-03 11:09 Vincent Legoll
  2017-12-04  6:56 ` Jeremy Kerr
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2017-12-03 11:09 UTC (permalink / raw)
  To: gregkh, jk, joel, cbostic, eajames, linux-kernel; +Cc: Vincent Legoll

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

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
 drivers/fsi/Kconfig | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig
index 6821ed0cd5e8..513e35173aaa 100644
--- a/drivers/fsi/Kconfig
+++ b/drivers/fsi/Kconfig
@@ -2,9 +2,7 @@
 # FSI subsystem
 #
 
-menu "FSI support"
-
-config FSI
+menuconfig FSI
 	tristate "FSI support"
 	select CRC4
 	---help---
@@ -34,5 +32,3 @@ config FSI_SCOM
 	This option enables an FSI based SCOM device driver.
 
 endif
-
-endmenu
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Make FSI a menuconfig to ease disabling it all
  2017-12-03 11:09 [PATCH] Make FSI a menuconfig to ease disabling it all Vincent Legoll
@ 2017-12-04  6:56 ` Jeremy Kerr
  2017-12-04  7:30   ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Kerr @ 2017-12-04  6:56 UTC (permalink / raw)
  To: Vincent Legoll, gregkh, joel, cbostic, eajames, linux-kernel

Hi Vincent,

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

Sounds reasonable to me.

Acked-by: Jeremy Kerr <jk@ozlabs.org>

Greg: do you want Joel (or me) to manage FSI patches, or would you
prefer to take this directly?

Cheers,


Jeremy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Make FSI a menuconfig to ease disabling it all
  2017-12-04  6:56 ` Jeremy Kerr
@ 2017-12-04  7:30   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2017-12-04  7:30 UTC (permalink / raw)
  To: Jeremy Kerr; +Cc: Vincent Legoll, joel, cbostic, eajames, linux-kernel

On Mon, Dec 04, 2017 at 02:56:32PM +0800, Jeremy Kerr wrote:
> Hi Vincent,
> 
> > No need to get into the submenu to disable all FSI-related config entries
> 
> Sounds reasonable to me.
> 
> Acked-by: Jeremy Kerr <jk@ozlabs.org>
> 
> Greg: do you want Joel (or me) to manage FSI patches, or would you
> prefer to take this directly?

I can take this with your ack if you want me to.  Give me a few days to
catch up on things.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-04  7:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-03 11:09 [PATCH] Make FSI a menuconfig to ease disabling it all Vincent Legoll
2017-12-04  6:56 ` Jeremy Kerr
2017-12-04  7:30   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).