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]> --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg | 7 +------ .../kernel-cache/bsp/jasperforest/jasperforest.scc | 4 ++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg index 743fc7d..0a81a19 100644 --- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg +++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg @@ -1,6 +1,6 @@ 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 @@ -8,16 +8,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/jasperforest/jasperforest.scc b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc index 89df366..82f0f52 100644 --- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc +++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc @@ -9,3 +9,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
