[arm*] iio: Enable DHT11 as module (Closes: #873176)

This commit is contained in:
Ben Hutchings 2018-04-18 22:33:41 +01:00
parent 4c275f6349
commit e663157b88
3 changed files with 11 additions and 0 deletions

1
debian/changelog vendored
View File

@ -501,6 +501,7 @@ linux (4.15.17-1) UNRELEASED; urgency=medium
* scsi: libsas: defer ata device eh commands to libata (CVE-2018-10021)
* [armel/marvell] linux-image: Replace supported model list with wiki link
* [armhf] udeb: Add i2c-exynos5 to i2c-modules (Closes: #895976)
* [arm*] iio: Enable DHT11 as module (Closes: #873176)
[ Vagrant Cascadian ]
* [armhf] Add patch to fix loading of imx6q-cpufreq module.

View File

@ -333,6 +333,11 @@ CONFIG_I2C_XGENE_SLIMPRO=m
CONFIG_QCOM_SPMI_IADC=m
CONFIG_QCOM_SPMI_VADC=m
##
## file: drivers/iio/humidity/Kconfig
##
CONFIG_DHT11=m
##
## file: drivers/input/keyboard/Kconfig
##

View File

@ -26,6 +26,11 @@ CONFIG_EARLY_PRINTK=y
#. Support Thumb user binaries
CONFIG_ARM_THUMB=y
##
## file: drivers/iio/humidity/Kconfig
##
CONFIG_DHT11=m
##
## file: drivers/input/misc/Kconfig
##