Re: [PATCH] Kconfig: add new symbol MIGHT_HAVE_PCI

From: avictor.za@xxxxxxxxx
Date: Wed Dec 01 2010 - 16:01:54 EST


hi,

>  config PCI
> -       bool "PCI support" if ARCH_INTEGRATOR_AP || ARCH_VERSATILE_PB || ARCH_IXP4XX || ARCH_KS8695 || MACH_ARMCORE || ARCH_CNS3XXX
> +       bool "PCI support" if MIGHT_HAVE_PCI
>        help
>          Find out whether you have a PCI motherboard. PCI is the name of a
>          bus system, i.e. the way the CPU talks to the other stuff inside

This used to enable PCI support for all KS8695-based boards. (ARCH_KS8695)


> --- a/arch/arm/mach-ks8695/Kconfig
> +++ b/arch/arm/mach-ks8695/Kconfig
> @@ -4,6 +4,7 @@ menu "Kendin/Micrel KS8695 Implementations"
>
>  config MACH_KS8695
>        bool "KS8695 development board"
> +       select MIGHT_HAVE_PCI
>        help
>          Say 'Y' here if you want your kernel to run on the original
>          Kendin-Micrel KS8695 development board.

Where-as this only enables it for the KS8695 Development board (MACH_KS8695)....


Regards.
Andrew Victor
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/