lkml.org 
[lkml]   [2008]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 02/17] Add RapidIO option to kernel configuration.
    Date
    Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
    ---
    arch/powerpc/Kconfig | 13 +++++++++++++
    arch/powerpc/platforms/86xx/Kconfig | 1 +
    2 files changed, 14 insertions(+), 0 deletions(-)

    diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
    index 1189d8d..88f8b6c 100644
    --- a/arch/powerpc/Kconfig
    +++ b/arch/powerpc/Kconfig
    @@ -560,6 +560,19 @@ source "drivers/pcmcia/Kconfig"

    source "drivers/pci/hotplug/Kconfig"

    +config HAS_RAPIDIO
    + bool
    + default n
    +
    +config RAPIDIO
    + bool "RapidIO support"
    + depends on HAS_RAPIDIO
    + help
    + If you say Y here, the kernel will include drivers and
    + infrastructure code to support RapidIO interconnect devices.
    +
    +source "drivers/rapidio/Kconfig"
    +
    endmenu

    menu "Advanced setup"
    diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig
    index 21d1135..8c7c5ff 100644
    --- a/arch/powerpc/platforms/86xx/Kconfig
    +++ b/arch/powerpc/platforms/86xx/Kconfig
    @@ -8,6 +8,7 @@ config MPC8641_HPCN
    select PPC_I8259
    select DEFAULT_UIMAGE
    select FSL_ULI1575
    + select HAS_RAPIDIO
    help
    This option enables support for the MPC8641 HPCN board.

    --
    1.5.4


    \
     
     \ /
      Last update: 2008-03-11 10:15    [W:2.952 / U:0.312 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site