Skip to content

Commit

Permalink
3.8: backport MPU6050/MPU9150 IIO patches
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Jun 3, 2013
1 parent 8feecc1 commit 552c65f
Show file tree
Hide file tree
Showing 4 changed files with 1,627 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/beaglebone
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.8.12 Kernel Configuration
# Linux/arm 3.8.13 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
Expand Down Expand Up @@ -2794,7 +2794,6 @@ CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

Expand Down Expand Up @@ -3190,7 +3189,6 @@ CONFIG_USB_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
Expand Down Expand Up @@ -3429,7 +3427,7 @@ CONFIG_UIO_PDRV=y
CONFIG_UIO_PDRV_GENIRQ=y
# CONFIG_UIO_DMEM_GENIRQ is not set
CONFIG_UIO_PRUSS=m
CONFIG_VIRTIO=m
CONFIG_VIRTIO=y

#
# Virtio drivers
Expand Down Expand Up @@ -3627,8 +3625,9 @@ CONFIG_OF_IOMMU=y
#
# Remoteproc drivers (EXPERIMENTAL)
#
CONFIG_REMOTEPROC=m
CONFIG_REMOTEPROC=y
CONFIG_STE_MODEM_RPROC=m
CONFIG_PRU_RPROC=y

#
# Rpmsg drivers (EXPERIMENTAL)
Expand Down Expand Up @@ -3729,6 +3728,7 @@ CONFIG_IIO_ST_GYRO_SPI_3AXIS=m
# CONFIG_ADIS16480 is not set
CONFIG_IIO_ADIS_LIB=m
CONFIG_IIO_ADIS_LIB_BUFFER=y
CONFIG_INV_MPU6050_IIO=m

#
# Light sensors
Expand Down

0 comments on commit 552c65f

Please sign in to comment.