iio,HID: Enable IIO, HID_SENSOR_HUB and related drivers as modules (Closes: #711690)

svn path=/dists/sid/linux/; revision=20226
This commit is contained in:
Ben Hutchings 2013-06-10 00:31:21 +00:00
parent 7f0ae8117b
commit 89f7156b5c
2 changed files with 94 additions and 1 deletions

3
debian/changelog vendored
View File

@ -58,6 +58,9 @@ linux (3.9.5-1) UNRELEASED; urgency=low
depend on it
- viafb: Autoload on OLPC XO 1.5 only
* fs: Enable F2FS_FS as module (Closes: #711342)
* iio,HID: Enable IIO, HID_SENSOR_HUB, HID_SENSOR_ACCEL_3D,
HID_SENSOR_ALS, HID_SENSOR_GYRO_3D, HID_SENSOR_MAGNETOMETER_3D
as modules (Closes: #711690)
-- Ben Hutchings <ben@decadent.org.uk> Sat, 08 Jun 2013 15:25:11 +0100

92
debian/config/config vendored
View File

@ -490,6 +490,7 @@ CONFIG_HID_WIIMOTE_EXT=y
CONFIG_HID_ZEROPLUS=m
CONFIG_ZEROPLUS_FF=y
CONFIG_HID_ZYDACRON=m
CONFIG_HID_SENSOR_HUB=m
##
## file: drivers/hid/usbhid/Kconfig
@ -632,7 +633,96 @@ CONFIG_I7300_IDLE=m
##
## file: drivers/iio/Kconfig
##
# CONFIG_IIO is not set
CONFIG_IIO=m
CONFIG_IIO_BUFFER=y
#. These will be selected by drivers that need them
# CONFIG_IIO_BUFFER_CB is not set
# CONFIG_IIO_KFIFO_BUF is not set
# CONFIG_IIO_TRIGGERED_BUFFER is not set
# CONFIG_IIO_TRIGGER is not set
##
## file: drivers/iio/accel/Kconfig
##
CONFIG_HID_SENSOR_ACCEL_3D=m
# CONFIG_KXSD9 is not set
# CONFIG_IIO_ST_ACCEL_3AXIS is not set
##
## file: drivers/iio/adc/Kconfig
##
# CONFIG_AD7266 is not set
# CONFIG_AD7298 is not set
# CONFIG_AD7791 is not set
# CONFIG_AD7793 is not set
# CONFIG_AD7476 is not set
# CONFIG_AD7887 is not set
# CONFIG_MAX1363 is not set
# CONFIG_TI_ADC081C is not set
##
## file: drivers/iio/amplifiers/Kconfig
##
# CONFIG_AD8366 is not set
##
## file: drivers/iio/dac/Kconfig
##
# CONFIG_AD5064 is not set
# CONFIG_AD5360 is not set
# CONFIG_AD5380 is not set
# CONFIG_AD5421 is not set
# CONFIG_AD5624R_SPI is not set
# CONFIG_AD5446 is not set
# CONFIG_AD5449 is not set
# CONFIG_AD5504 is not set
# CONFIG_AD5755 is not set
# CONFIG_AD5764 is not set
# CONFIG_AD5791 is not set
# CONFIG_AD5686 is not set
# CONFIG_MAX517 is not set
# CONFIG_MCP4725 is not set
##
## file: drivers/iio/frequency/Kconfig
##
# CONFIG_AD9523 is not set
# CONFIG_ADF4350 is not set
##
## file: drivers/iio/gyro/Kconfig
##
# CONFIG_ADIS16080 is not set
# CONFIG_ADIS16136 is not set
# CONFIG_ADXRS450 is not set
CONFIG_HID_SENSOR_GYRO_3D=m
# CONFIG_IIO_ST_GYRO_3AXIS is not set
# CONFIG_ITG3200 is not set
##
## file: drivers/iio/imu/Kconfig
##
# CONFIG_ADIS16400 is not set
# CONFIG_ADIS16480 is not set
##
## file: drivers/iio/imu/inv_mpu6050/Kconfig
##
# CONFIG_INV_MPU6050_IIO is not set
##
## file: drivers/iio/light/Kconfig
##
# CONFIG_ADJD_S311 is not set
# CONFIG_SENSORS_TSL2563 is not set
# CONFIG_VCNL4000 is not set
CONFIG_HID_SENSOR_ALS=m
##
## file: drivers/iio/magnetometer/Kconfig
##
CONFIG_HID_SENSOR_MAGNETOMETER_3D=m
# CONFIG_IIO_ST_MAGN_3AXIS is not set
##
## file: drivers/infiniband/Kconfig