All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Make HWSPINLOCK a menuconfig to ease disabling
       [not found] <20170706232350.E40BE22E2F@pdx-korg-gitolite-1.ci.codeaurora.org>
@ 2017-07-07  3:27 ` Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2017-07-07  3:27 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Vincent Legoll, Bjorn Andersson

On Thu, Jul 06, 2017 at 11:23:50PM +0000, Linux Kernel wrote:

 >     Make HWSPINLOCK a menuconfig to ease disabling
 >     
 >     So that there's no need to get into the submenu to disable all related config
 >     entries.

Here's how that looks on x86...

*
* Hardware Spinlock drivers
*
Hardware Spinlock drivers (HWSPINLOCK) [N/m/y] (NEW) ?

There is no help available for this option.
Symbol: HWSPINLOCK [=n]
Type  : tristate
Prompt: Hardware Spinlock drivers
  Location:
    -> Device Drivers
  Defined at drivers/hwspinlock/Kconfig:5



No help ? Ok whatever, let's see what happens..

Hardware Spinlock drivers (HWSPINLOCK) [N/m/y] (NEW) m

And then nothing, because none of the drivers that depend on this are available for x86
because of stuff like this..


 >  config HWSPINLOCK_OMAP
 >  	tristate "OMAP Hardware Spinlock device"
 >  	depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX

 >  config HWSPINLOCK_QCOM
 >  	tristate "Qualcomm Hardware Spinlock device"
 >  	depends on ARCH_QCOM

 >  config HWSPINLOCK_SIRF
 >  	tristate "SIRF Hardware Spinlock device"
 >  	depends on ARCH_SIRF

 >  config HSEM_U8500
 >  	tristate "STE Hardware Semaphore functionality"
 >  	depends on ARCH_U8500

HWSPINLOCK needs all those depends too.

	Dave

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-07  3:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170706232350.E40BE22E2F@pdx-korg-gitolite-1.ci.codeaurora.org>
2017-07-07  3:27 ` Make HWSPINLOCK a menuconfig to ease disabling Dave Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.