mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
imx233-olinuxino: Enable USB HID support
Change-Id: Idd61888e932b0fdc9534cf6957a5b7061ba27675 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
1a5a3b3cc9
commit
f127f3cb9d
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.35.3
|
# Linux kernel version: 2.6.35.3
|
||||||
# Tue Aug 7 10:37:00 2012
|
# Fri Feb 15 09:13:16 2013
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||||
|
@ -1280,7 +1280,58 @@ CONFIG_SND_SOC_I2C_AND_SPI=y
|
||||||
# CONFIG_SND_SOC_ALL_CODECS is not set
|
# CONFIG_SND_SOC_ALL_CODECS is not set
|
||||||
CONFIG_SND_SOC_MXS_ADC_CODEC=y
|
CONFIG_SND_SOC_MXS_ADC_CODEC=y
|
||||||
# CONFIG_SOUND_PRIME is not set
|
# CONFIG_SOUND_PRIME is not set
|
||||||
# CONFIG_HID_SUPPORT is not set
|
CONFIG_HID_SUPPORT=y
|
||||||
|
CONFIG_HID=y
|
||||||
|
# CONFIG_HIDRAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# USB Input Devices
|
||||||
|
#
|
||||||
|
CONFIG_USB_HID=y
|
||||||
|
# CONFIG_HID_PID is not set
|
||||||
|
# CONFIG_USB_HIDDEV is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Special HID drivers
|
||||||
|
#
|
||||||
|
# CONFIG_HID_3M_PCT is not set
|
||||||
|
# CONFIG_HID_A4TECH is not set
|
||||||
|
# CONFIG_HID_APPLE is not set
|
||||||
|
# CONFIG_HID_BELKIN is not set
|
||||||
|
# CONFIG_HID_CANDO is not set
|
||||||
|
# CONFIG_HID_CHERRY is not set
|
||||||
|
# CONFIG_HID_CHICONY is not set
|
||||||
|
# CONFIG_HID_PRODIKEYS is not set
|
||||||
|
# CONFIG_HID_CYPRESS is not set
|
||||||
|
# CONFIG_HID_DRAGONRISE is not set
|
||||||
|
# CONFIG_HID_EGALAX is not set
|
||||||
|
# CONFIG_HID_EZKEY is not set
|
||||||
|
# CONFIG_HID_KYE is not set
|
||||||
|
# CONFIG_HID_GYRATION is not set
|
||||||
|
# CONFIG_HID_TWINHAN is not set
|
||||||
|
# CONFIG_HID_KENSINGTON is not set
|
||||||
|
# CONFIG_HID_LOGITECH is not set
|
||||||
|
# CONFIG_HID_MICROSOFT is not set
|
||||||
|
# CONFIG_HID_MOSART is not set
|
||||||
|
# CONFIG_HID_MONTEREY is not set
|
||||||
|
# CONFIG_HID_NTRIG is not set
|
||||||
|
# CONFIG_HID_ORTEK is not set
|
||||||
|
# CONFIG_HID_PANTHERLORD is not set
|
||||||
|
# CONFIG_HID_PETALYNX is not set
|
||||||
|
# CONFIG_HID_PICOLCD is not set
|
||||||
|
# CONFIG_HID_QUANTA is not set
|
||||||
|
# CONFIG_HID_ROCCAT is not set
|
||||||
|
# CONFIG_HID_ROCCAT_KONE is not set
|
||||||
|
# CONFIG_HID_SAMSUNG is not set
|
||||||
|
# CONFIG_HID_SONY is not set
|
||||||
|
# CONFIG_HID_STANTUM is not set
|
||||||
|
# CONFIG_HID_SUNPLUS is not set
|
||||||
|
# CONFIG_HID_GREENASIA is not set
|
||||||
|
# CONFIG_HID_SMARTJOYPLUS is not set
|
||||||
|
# CONFIG_HID_TOPSEED is not set
|
||||||
|
# CONFIG_HID_THRUSTMASTER is not set
|
||||||
|
# CONFIG_HID_ZEROPLUS is not set
|
||||||
|
# CONFIG_HID_ZYDACRON is not set
|
||||||
CONFIG_USB_SUPPORT=y
|
CONFIG_USB_SUPPORT=y
|
||||||
CONFIG_USB_ARCH_HAS_HCD=y
|
CONFIG_USB_ARCH_HAS_HCD=y
|
||||||
# CONFIG_USB_ARCH_HAS_OHCI is not set
|
# CONFIG_USB_ARCH_HAS_OHCI is not set
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 11}"
|
PRINC := "${@int(PRINC) + 12}"
|
||||||
|
|
||||||
# Board specific patches
|
# Board specific patches
|
||||||
SRC_URI_append_imx233-olinuxino = " file://imx233-olinuxino.patch"
|
SRC_URI_append_imx233-olinuxino = " file://imx233-olinuxino.patch"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user