From: Tom Zanussi <[email protected]> Use the available usb features and remove the associated config settings from the top-level feature.
Signed-off-by: Tom Zanussi <[email protected]> --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 7 +------ meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 4 ++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg index b1e72bd..5090862 100644 --- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg +++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg @@ -1,7 +1,7 @@ CONFIG_X86_32=y CONFIG_PRINTK=y -# Basic hardware support for the box - network, USB, PCI, sound +# Basic hardware support for the box - network, PCI, sound CONFIG_NETDEVICES=y CONFIG_ATA=y CONFIG_ATA_GENERIC=y @@ -9,16 +9,11 @@ CONFIG_ATA_SFF=y CONFIG_PCI=y CONFIG_MMC=y CONFIG_MMC_SDHCI=y -CONFIG_USB_SUPPORT=y -CONFIG_USB=y -CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_R8169=y CONFIG_PATA_SCH=y CONFIG_MMC_SDHCI_PCI=y -CONFIG_USB_EHCI_HCD=y CONFIG_PCIEPORTBUS=y CONFIG_NET=y -CONFIG_USB_UHCI_HCD=y CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_SG=y CONFIG_SOUND=y diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc index 0b4daca..be70731 100644 --- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc +++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc @@ -13,3 +13,7 @@ include features/logbuf/size-normal.scc include features/latencytop/latencytop.scc include features/profiling/profiling.scc + +include features/usb/ehci-hcd.scc +include features/usb/ohci-hcd.scc +include features/usb/uhci-hcd.scc -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
