Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-20 Thread John W. Linville
On Thu, Sep 20, 2007 at 03:42:31PM -0400, Joseph Fannin wrote: > I just ran into this link error (CONFIG_PCMCIA=m; > CONFIG_SSB_PCMCIAHOST=y). No big deal; I don't have the hardware. > > But yeah, this is still a problem. config SSB_PCMCIAHOST_POSSIBLE bool depends on

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-20 Thread Joseph Fannin
On Thu, Sep 13, 2007 at 10:43:33AM +0900, Paul Mundt wrote: > On Wed, Sep 12, 2007 at 12:59:00PM +0200, Michael Buesch wrote: > > On Wednesday 12 September 2007 12:17:45 Paul Mundt wrote: > > > On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: > > > > There we go. The usual SELECT

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-20 Thread Joseph Fannin
On Thu, Sep 13, 2007 at 10:43:33AM +0900, Paul Mundt wrote: On Wed, Sep 12, 2007 at 12:59:00PM +0200, Michael Buesch wrote: On Wednesday 12 September 2007 12:17:45 Paul Mundt wrote: On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: There we go. The usual SELECT dependency

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-20 Thread John W. Linville
On Thu, Sep 20, 2007 at 03:42:31PM -0400, Joseph Fannin wrote: I just ran into this link error (CONFIG_PCMCIA=m; CONFIG_SSB_PCMCIAHOST=y). No big deal; I don't have the hardware. But yeah, this is still a problem. config SSB_PCMCIAHOST_POSSIBLE bool depends on SSB

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Paul Mundt
On Wed, Sep 12, 2007 at 12:59:00PM +0200, Michael Buesch wrote: > On Wednesday 12 September 2007 12:17:45 Paul Mundt wrote: > > On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: > > > There we go. The usual SELECT dependency hell again... > > > Would changing SSB_PCMCIAHOST_POSSIBLE

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Michael Buesch
On Wednesday 12 September 2007 12:17:45 Paul Mundt wrote: > On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: > > On Wednesday 12 September 2007 04:11:00 Paul Mundt wrote: > > > SSB uses a bool (SSB_PCMCIAHOST_POSSIBLE) to determine whether to > > > build in PCMCIA support or not, as

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Paul Mundt
On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: > On Wednesday 12 September 2007 04:11:00 Paul Mundt wrote: > > SSB uses a bool (SSB_PCMCIAHOST_POSSIBLE) to determine whether to > > build in PCMCIA support or not, as the PCMCIA host code itself is > > also only a bool, make

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Michael Buesch
On Wednesday 12 September 2007 04:11:00 Paul Mundt wrote: > SSB uses a bool (SSB_PCMCIAHOST_POSSIBLE) to determine whether to > build in PCMCIA support or not, as the PCMCIA host code itself is > also only a bool, make SSB_PCMCIAHOST_POSSIBLE depend on PCMCIA=y. > > Without this,

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Paul Mundt
On Wed, Sep 12, 2007 at 12:59:00PM +0200, Michael Buesch wrote: On Wednesday 12 September 2007 12:17:45 Paul Mundt wrote: On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: There we go. The usual SELECT dependency hell again... Would changing SSB_PCMCIAHOST_POSSIBLE to

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Michael Buesch
On Wednesday 12 September 2007 04:11:00 Paul Mundt wrote: SSB uses a bool (SSB_PCMCIAHOST_POSSIBLE) to determine whether to build in PCMCIA support or not, as the PCMCIA host code itself is also only a bool, make SSB_PCMCIAHOST_POSSIBLE depend on PCMCIA=y. Without this,

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Paul Mundt
On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: On Wednesday 12 September 2007 04:11:00 Paul Mundt wrote: SSB uses a bool (SSB_PCMCIAHOST_POSSIBLE) to determine whether to build in PCMCIA support or not, as the PCMCIA host code itself is also only a bool, make

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Michael Buesch
On Wednesday 12 September 2007 12:17:45 Paul Mundt wrote: On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: On Wednesday 12 September 2007 04:11:00 Paul Mundt wrote: SSB uses a bool (SSB_PCMCIAHOST_POSSIBLE) to determine whether to build in PCMCIA support or not, as the

[PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-11 Thread Paul Mundt
SSB uses a bool (SSB_PCMCIAHOST_POSSIBLE) to determine whether to build in PCMCIA support or not, as the PCMCIA host code itself is also only a bool, make SSB_PCMCIAHOST_POSSIBLE depend on PCMCIA=y. Without this, SSB_PCMCIAHOST_POSSIBLE evaluates to y when PCMCIA is built as a module, which

[PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-11 Thread Paul Mundt
SSB uses a bool (SSB_PCMCIAHOST_POSSIBLE) to determine whether to build in PCMCIA support or not, as the PCMCIA host code itself is also only a bool, make SSB_PCMCIAHOST_POSSIBLE depend on PCMCIA=y. Without this, SSB_PCMCIAHOST_POSSIBLE evaluates to y when PCMCIA is built as a module, which