[linux-yocto] [PATCH 04/10] common-pc-drivers: Move CONFIG_HOTPLUG_PCI from cfg/x86
Darren Hart
dvhart at linux.intel.com
Wed Jul 1 10:58:08 PDT 2015
On 7/1/15 9:57 AM, Saul Wold wrote:
> As part of the broader refactor move this item out of the core
> cpu configuration items
>
I agree this shouldn't be in the arch definition, but common-pc-drivers
seems a bit too far the other way.
There is a cfg/pci bucket. Seems to me that would be a good place for
it, and common-pc-drivers.scc should include the set of bus options it
requires from there. That way other systems that want to specialize, can
also resuse the cfg/pci organization without have to duplicate the
fragment contents or include all of common-pc-drivers.
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
> meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
> index 0b82190..26d7c4a 100644
> --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
> +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
> @@ -1,6 +1,7 @@
> CONFIG_PCI=y
> CONFIG_PCIEPORTBUS=y
> CONFIG_PCI_MSI=y
> +CONFIG_HOTPLUG_PCI=y
>
> CONFIG_ATA=y
> CONFIG_ATA_ACPI=y
>
--
Darren Hart
Intel Open Source Technology Center
More information about the linux-yocto
mailing list