X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-renesas%2Frecipes-kernel%2Flinux%2Flinux-renesas_%25.bbappend;h=08831a3656d6d2f101486b24fefa482e4e9f5c7a;hb=cb2dbc10021f688dd93594d2c3ef78bdbae59f07;hp=368f1ba1ca2e424550ea8065cf756cc04ea5273a;hpb=db2fae4724880a43e5942bf770bc8e6e200012b4;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend index 368f1ba1c..08831a365 100755 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -4,9 +4,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" # adapter. SRC_URI += " file://disable_delay_printk.patch \ file://cfg_mac_80211.cfg \ - file://ath9k_htc.cfg \ - file://rtl_sdr.cfg \ - file://usbaudio.cfg \ file://ra2x00.cfg \ file://0001-media-r820t-do-not-double-free-fe-tuner_priv-in-r820.patch \ file://0002-media-r820t-remove-redundant-initializations-in-r820.patch \ @@ -15,8 +12,6 @@ SRC_URI += " file://disable_delay_printk.patch \ file://pppd-rcar.cfg \ " -KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg ${WORKDIR}/rtl_sdr.cfg" - SRC_URI_append_agl-porter-hibernate = " file://hibernation/0001-Add-Hibernation-kernel-base-code.patch \ file://hibernation/0002-Add-Hibernation-arch-code-Only-R-CAR-M2W.patch \ file://hibernation/0003-Add-sata-hibernation-code.patch \ @@ -42,3 +37,9 @@ KERNEL_CONFIG_FRAGMENTS_append_agl-porter-hibernate += " ${WORKDIR}/hibernation/ # file comes out of meta-agl-bsp/recipes-kernel/linux/linux_%.bbappend KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/can-bus.cfg" + +# Enable support for usb video class for usb camera devices +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/uvc.cfg" + +# Enable support for joystick devices +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/joystick.cfg"