3fc661a98c
As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Also alphabetically order sound-soc kernel packages. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
31 lines
884 B
Diff
31 lines
884 B
Diff
From a4acb6ac185494a8fcfb02bd2278a25e89fc797c Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Tue, 8 Mar 2016 17:06:33 +0000
|
|
Subject: [PATCH 170/381] config: Add module for mcp3422 ADC
|
|
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -1114,6 +1114,7 @@ CONFIG_IIO_BUFFER=y
|
|
CONFIG_IIO_BUFFER_CB=m
|
|
CONFIG_IIO_KFIFO_BUF=m
|
|
CONFIG_MCP320X=m
|
|
+CONFIG_MCP3422=m
|
|
CONFIG_DHT11=m
|
|
CONFIG_PWM_BCM2835=m
|
|
CONFIG_RASPBERRYPI_FIRMWARE=y
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -1121,6 +1121,7 @@ CONFIG_IIO_BUFFER=y
|
|
CONFIG_IIO_BUFFER_CB=m
|
|
CONFIG_IIO_KFIFO_BUF=m
|
|
CONFIG_MCP320X=m
|
|
+CONFIG_MCP3422=m
|
|
CONFIG_DHT11=m
|
|
CONFIG_PWM_BCM2835=m
|
|
CONFIG_RASPBERRYPI_FIRMWARE=y
|