You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
946 B
33 lines
946 B
From 84a10b20192ae300833b1f630f078ed8825bbfa9 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Tue, 12 Jun 2018 10:16:07 +0100
|
|
Subject: [PATCH 312/454] config: Add CONFIG_SPI_GPIO
|
|
|
|
See: https://github.com/raspberrypi/linux/pull/2318
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|
---
|
|
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
|
|
@@ -618,6 +618,7 @@ CONFIG_I2C_TINY_USB=m
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_BCM2835=m
|
|
CONFIG_SPI_BCM2835AUX=m
|
|
+CONFIG_SPI_GPIO=m
|
|
CONFIG_SPI_SPIDEV=m
|
|
CONFIG_SPI_SLAVE=y
|
|
CONFIG_PPS=m
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -613,6 +613,7 @@ CONFIG_I2C_TINY_USB=m
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_BCM2835=m
|
|
CONFIG_SPI_BCM2835AUX=m
|
|
+CONFIG_SPI_GPIO=m
|
|
CONFIG_SPI_SPIDEV=m
|
|
CONFIG_SPI_SLAVE=y
|
|
CONFIG_PPS=m
|
|
|