* Where is IBMEBUS in makeconfig?
@ 2015-10-08 8:14 Alison Schofield
2015-10-08 8:26 ` [Outreachy kernel] " Sudip Mukherjee
0 siblings, 1 reply; 5+ messages in thread
From: Alison Schofield @ 2015-10-08 8:14 UTC (permalink / raw)
To: outreachy-kernel
Need to load this module but cannot find IBMEBUS dependency in
makeconfig. Appreciate the help!
config INFINIBAND_EHCA
tristate "eHCA support"
depends on IBMEBUS
alison
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Outreachy kernel] Where is IBMEBUS in makeconfig?
2015-10-08 8:14 Where is IBMEBUS in makeconfig? Alison Schofield
@ 2015-10-08 8:26 ` Sudip Mukherjee
2015-10-08 8:48 ` Arnd Bergmann
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Sudip Mukherjee @ 2015-10-08 8:26 UTC (permalink / raw)
To: Alison Schofield; +Cc: outreachy-kernel
On Thu, Oct 08, 2015 at 01:14:36AM -0700, Alison Schofield wrote:
> Need to load this module but cannot find IBMEBUS dependency in
> makeconfig. Appreciate the help!
>
> config INFINIBAND_EHCA
> tristate "eHCA support"
> depends on IBMEBUS
Looks like IBMEBUS is not there in staging tree, I checked linux-next
also and its not there even. That means this module cannot be built.
Maybe Greg knows what to do now... remove ehca folder as it has out of
tree dependency?
regards
sudip
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [Outreachy kernel] Where is IBMEBUS in makeconfig?
2015-10-08 8:26 ` [Outreachy kernel] " Sudip Mukherjee
@ 2015-10-08 8:48 ` Arnd Bergmann
2015-10-08 8:49 ` Greg KH
[not found] ` <20151008084651.GB4244@kroah.com>
2 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2015-10-08 8:48 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Sudip Mukherjee, Alison Schofield
On Thursday 08 October 2015 13:56:32 Sudip Mukherjee wrote:
> On Thu, Oct 08, 2015 at 01:14:36AM -0700, Alison Schofield wrote:
> > Need to load this module but cannot find IBMEBUS dependency in
> > makeconfig. Appreciate the help!
> >
> > config INFINIBAND_EHCA
> > tristate "eHCA support"
> > depends on IBMEBUS
>
> Looks like IBMEBUS is not there in staging tree, I checked linux-next
> also and its not there even. That means this module cannot be built.
>
> Maybe Greg knows what to do now... remove ehca folder as it has out of
> tree dependency?
$ git grep IBMEBUS
arch/powerpc/configs/ppc64_defconfig:CONFIG_IBMEBUS=y
arch/powerpc/configs/pseries_defconfig:CONFIG_IBMEBUS=y
arch/powerpc/include/asm/ibmebus.h:#endif /* _ASM_IBMEBUS_H */
arch/powerpc/kernel/Makefile:obj-$(CONFIG_IBMEBUS) += ibmebus.o
arch/powerpc/kernel/ibmebus.c:#define IBMEBUS_BUS_PM_OPS_PTR (&ibmebus_bus_dev_pm_ops)
arch/powerpc/kernel/ibmebus.c:#define IBMEBUS_BUS_PM_OPS_PTR NULL
arch/powerpc/kernel/ibmebus.c: .pm = IBMEBUS_BUS_PM_OPS_PTR,
arch/powerpc/mm/hash_utils_64.c:#ifdef CONFIG_IBMEBUS
arch/powerpc/platforms/Kconfig:config IBMEBUS
drivers/net/ethernet/ibm/Kconfig: depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
drivers/net/ethernet/ibm/Kconfig: depends on IBMEBUS && SPARSEMEM
drivers/staging/rdma/ehca/Kconfig: depends on IBMEBUS
IBMEBUS is a construct from the times before device tree based nodes
would become platform devices implicitly. It is used for the GX/GX+/GX++
bus on POWER4 through POWER7 (but not the current POWER8), and usually
just connects PCIe cages adapters these days.
EHEA and EHCA are directly attached, and at least EHEA seems to still
be around and commonly used on older machines.
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [Outreachy kernel] Where is IBMEBUS in makeconfig?
2015-10-08 8:26 ` [Outreachy kernel] " Sudip Mukherjee
2015-10-08 8:48 ` Arnd Bergmann
@ 2015-10-08 8:49 ` Greg KH
[not found] ` <20151008084651.GB4244@kroah.com>
2 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2015-10-08 8:49 UTC (permalink / raw)
To: Sudip Mukherjee; +Cc: Alison Schofield, outreachy-kernel
On Thu, Oct 08, 2015 at 01:56:32PM +0530, Sudip Mukherjee wrote:
> On Thu, Oct 08, 2015 at 01:14:36AM -0700, Alison Schofield wrote:
> > Need to load this module but cannot find IBMEBUS dependency in
> > makeconfig. Appreciate the help!
> >
> > config INFINIBAND_EHCA
> > tristate "eHCA support"
> > depends on IBMEBUS
>
> Looks like IBMEBUS is not there in staging tree, I checked linux-next
> also and its not there even. That means this module cannot be built.
>
> Maybe Greg knows what to do now... remove ehca folder as it has out of
> tree dependency?
$ git grep -w IBMEBUS
arch/powerpc/platforms/Kconfig:config IBMEBUS
drivers/net/ethernet/ibm/Kconfig: depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
drivers/net/ethernet/ibm/Kconfig: depends on IBMEBUS && SPARSEMEM
drivers/staging/rdma/ehca/Kconfig: depends on IBMEBUS
Nothing "odd" about this, why the confusion?
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <20151008084651.GB4244@kroah.com>]
* Re: [Outreachy kernel] Where is IBMEBUS in makeconfig?
[not found] ` <20151008084651.GB4244@kroah.com>
@ 2015-10-08 9:04 ` Sudip Mukherjee
0 siblings, 0 replies; 5+ messages in thread
From: Sudip Mukherjee @ 2015-10-08 9:04 UTC (permalink / raw)
To: Greg KH; +Cc: Alison Schofield, outreachy-kernel
On Thu, Oct 08, 2015 at 09:46:51AM +0100, Greg KH wrote:
> On Thu, Oct 08, 2015 at 01:56:32PM +0530, Sudip Mukherjee wrote:
> > On Thu, Oct 08, 2015 at 01:14:36AM -0700, Alison Schofield wrote:
> > > Need to load this module but cannot find IBMEBUS dependency in
> > > makeconfig. Appreciate the help!
> > >
> > > config INFINIBAND_EHCA
> > > tristate "eHCA support"
> > > depends on IBMEBUS
> >
> > Looks like IBMEBUS is not there in staging tree, I checked linux-next
> > also and its not there even. That means this module cannot be built.
> >
> > Maybe Greg knows what to do now... remove ehca folder as it has out of
> > tree dependency?
>
> $ git grep -w IBMEBUS
> arch/powerpc/platforms/Kconfig:config IBMEBUS
> drivers/net/ethernet/ibm/Kconfig: depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
> drivers/net/ethernet/ibm/Kconfig: depends on IBMEBUS && SPARSEMEM
> drivers/staging/rdma/ehca/Kconfig: depends on IBMEBUS
>
> Nothing "odd" about this, why the confusion?
Uhhhh .. sorry.. i just did git grep IBMEBUS drivers/ and could not find
it. Never thought of checking in the whole tree or atleast the arch
files.
Sory for the confusion.
regards
sudip
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-10-08 9:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 8:14 Where is IBMEBUS in makeconfig? Alison Schofield
2015-10-08 8:26 ` [Outreachy kernel] " Sudip Mukherjee
2015-10-08 8:48 ` Arnd Bergmann
2015-10-08 8:49 ` Greg KH
[not found] ` <20151008084651.GB4244@kroah.com>
2015-10-08 9:04 ` Sudip Mukherjee
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.