openwrtv3/target/linux/x86
Yousong Zhou d1000f81a8 x86: 64: enable pci hotplug and acpipnp
This will allow dynamically adding/removing at least virtio-net pci
devices which are quite the norm in cloud environment with QEMU/KVM

    netdev_add bridge,id=wan2,br=br-wan,helper=/home/yousong/.usr/libexec/qemu-bridge-helper
    device_add virtio-net-pci,id=devwan2,netdev=wan2,mac=11:22:33:22:11:00

The config was formed by selecting target x86/64 first, then select
CONFIG_HOTPLUG_PCI and CONFIG_HOTPLUG_PCI_ACPI with

    make kernel_menuconfig CONFIG_TARGET=subtarget

The following text tries to explain how the current config was formed

 1. CONFIG_PCI_LABEL and CONFIG_ATA_PIIX were removed because they were
    already enabled in x86 platform config
 2. CONFIG_ATA_SFF was removed because it was enabled in generic config
 3. CONFIG_NLS was removed because it will be selected by CONFIG_PCI_LABEL

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-10-13 17:04:26 +02:00
..
64 x86: 64: enable pci hotplug and acpipnp 2016-10-13 17:04:26 +02:00
base-files x86: use sysfs DMI information to populate sysinfo 2016-06-06 15:18:11 +02:00
generic x86: enable fpu for all subtargets 2016-08-30 10:51:21 +02:00
geode x86: enable DMI and DMI_SYSFS 2016-06-06 15:18:03 +02:00
image x86: drop the use of block2mtd, use ext4/f2fs as overlay filesystem 2016-09-10 12:17:39 +02:00
legacy x86: enable CPU frequency scaling 2016-08-03 15:30:13 +02:00
patches-4.4 x86: remove rdc specific kernel patch 2016-05-12 17:42:55 +02:00
xen_domu x86/xen_domu: enable xen drivers in the kernel config instead of packaging them as modules 2016-05-12 17:35:46 +02:00
config-4.4 x86: disable MTD support 2016-09-10 12:17:39 +02:00
Makefile use immediate set in target Makefiles 2016-09-10 15:30:38 +02:00