Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1218794 > unrolled thread

[PATCH v5 5/6] ARM: bcm2835: enable building of spi-bcm2835aux driver in default config

Started bykernel@martin.sperl.org
First post2015-09-04 11:50 +0200
Last post2015-09-04 11:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v5 5/6] ARM: bcm2835: enable building of spi-bcm2835aux driver in default config kernel@martin.sperl.org - 2015-09-04 11:50 +0200

#1218794 — [PATCH v5 5/6] ARM: bcm2835: enable building of spi-bcm2835aux driver in default config

Fromkernel@martin.sperl.org
Date2015-09-04 11:50 +0200
Subject[PATCH v5 5/6] ARM: bcm2835: enable building of spi-bcm2835aux driver in default config
Message-ID<q4VN8-6Mk-11@gated-at.bofh.it>
From: Martin Sperl <kernel@martin.sperl.org>

Added spi-bcm2835aux to default config

Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
---
 arch/arm/configs/bcm2835_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index 31cb073..a205c8b 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -75,6 +75,7 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_BCM2835=y
 CONFIG_SPI=y
 CONFIG_SPI_BCM2835=y
+CONFIG_SPI_BCM2835AUX=y
 CONFIG_GPIO_SYSFS=y
 # CONFIG_HWMON is not set
 CONFIG_FB=y
--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web