aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/configs
diff options
context:
space:
mode:
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>2019-06-07 17:48:00 +0300
committerVineet Gupta <vgupta@synopsys.com>2019-07-08 09:24:46 +0100
commitaab128d006e709954f2a67b5e27a4c587a0584bd (patch)
tree5dd6f98ff06957721cd75b144e67516107186f83 /arch/arc/configs
parentARC: hide unused function unw_hdr_alloc (diff)
downloadlinux-dev-aab128d006e709954f2a67b5e27a4c587a0584bd.tar.xz
linux-dev-aab128d006e709954f2a67b5e27a4c587a0584bd.zip
ARC: [plat-hsdk]: enable DW SPI controller
HSDK SoC has DW SPI controller. Enable it in preparation of enabling on-board SPI peripherals. Acked-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs')
-rw-r--r--arch/arc/configs/hsdk_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig
index c8fb5d60c53f..d01b567328dc 100644
--- a/arch/arc/configs/hsdk_defconfig
+++ b/arch/arc/configs/hsdk_defconfig
@@ -46,6 +46,9 @@ CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DW=y
CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_HW_RANDOM is not set
+CONFIG_SPI=y
+CONFIG_SPI_DESIGNWARE=y
+CONFIG_SPI_DW_MMIO=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_DWAPB=y