diff options
author | Hyeongsik Min <hyeongsik.min@samsung.com> | 2017-07-11 20:24:27 +0900 |
---|---|---|
committer | Junghoon Kim <jhoon20.kim@samsung.com> | 2019-06-11 09:35:50 +0900 |
commit | 2446f3e3e2bf304c23503cd6a44a5dad486d4ca5 (patch) | |
tree | 6777e5636f1b5a32961e80ce0a57008f3c6aeb72 /arch/arm64 | |
parent | d9493446a88403bba4a6cc751a6c0dde974d5766 (diff) | |
download | linux-rpi3-2446f3e3e2bf304c23503cd6a44a5dad486d4ca5.tar.gz linux-rpi3-2446f3e3e2bf304c23503cd6a44a5dad486d4ca5.tar.bz2 linux-rpi3-2446f3e3e2bf304c23503cd6a44a5dad486d4ca5.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>
Diffstat (limited to 'arch/arm64')
-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 c9b0de8d2c18..4d4fe24d10a1 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 |