diff options
author | Hyeongsik Min <hyeongsik.min@samsung.com> | 2017-07-11 20:24:27 +0900 |
---|---|---|
committer | Joonyoung Shim <jy0922.shim@samsung.com> | 2017-07-26 14:25:42 +0900 |
commit | 37bcf071afc06f5aeb2015c8e6bbe322e06cb497 (patch) | |
tree | 257d003b3476556eeb2e4ef818137fa6a5a999b1 | |
parent | a440246a38bffd046fc5622b08e376c0303d2d42 (diff) | |
download | linux-rpi3-37bcf071afc06f5aeb2015c8e6bbe322e06cb497.tar.gz linux-rpi3-37bcf071afc06f5aeb2015c8e6bbe322e06cb497.tar.bz2 linux-rpi3-37bcf071afc06f5aeb2015c8e6bbe322e06cb497.zip |
ARM64: tizen_bcmrpi3_defconfig: enable SPI_BCM2835
Enables support of BCM2835 SPI driver needed by peripheral-io.
Change-Id: Ibf2aaca64462e4046ba155d11783f19f912ef8c3
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
-rw-r--r-- | arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index ed9691a21242..3dcb7d60944d 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -1783,7 +1783,7 @@ CONFIG_SPI_MASTER=y # # CONFIG_SPI_ALTERA is not set # CONFIG_SPI_AXI_SPI_ENGINE is not set -# CONFIG_SPI_BCM2835 is not set +CONFIG_SPI_BCM2835=y # CONFIG_SPI_BCM2835AUX is not set # CONFIG_SPI_BITBANG is not set # CONFIG_SPI_CADENCE is not set |