lkml.org 
[lkml]   [2006]   [Jan]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: 2.6.16-rc1-mm2
    On Fri, Jan 20, 2006 at 03:15:55AM -0800, Andrew Morton wrote:

    > - drivers/i2c/busses/scx200_acb.c doesn't compile on architectures which
    > don't have asm/msr.h.

    It shouldn't be offered on other arches, it's an arch specific driver.
    Make it behave like the other SCx200 bits in that dir, and hide away
    from non-x86.

    Signed-off-by: Dave Jones <davej@redhat.com>

    --- linux-2.6/drivers/i2c/busses/Kconfig~ 2006-01-20 09:03:47.000000000 -0500
    +++ linux-2.6/drivers/i2c/busses/Kconfig 2006-01-20 09:04:39.000000000 -0500
    @@ -389,7 +389,7 @@ config SCx200_I2C_SDA

    config SCx200_ACB
    tristate "NatSemi SCx200 ACCESS.bus"
    - depends on I2C && PCI
    + depends on SCx200 && I2C && PCI
    help
    Enable the use of the ACCESS.bus controllers of a SCx200 processor.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2006-01-20 15:08    [W:2.655 / U:0.224 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site