From 5f4c6da6179a523e3749a3f5ff5f209f950fa2e3 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 7 Feb 2020 16:38:20 +0100 Subject: [PATCH] kconfig: Remove redundant SPI_DW dep on SPI_DW_ACCESS_WORD_ONLY This symbol is already defined within an 'if SPI_DW'. Flagged by https://github.com/zephyrproject-rtos/ci-tools/pull/128. Signed-off-by: Ulf Magnusson --- drivers/spi/Kconfig.dw | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/spi/Kconfig.dw b/drivers/spi/Kconfig.dw index 1842a63a316a6..26bdc4a16002a 100644 --- a/drivers/spi/Kconfig.dw +++ b/drivers/spi/Kconfig.dw @@ -34,7 +34,6 @@ config SPI_DW_FIFO_DEPTH config SPI_DW_ACCESS_WORD_ONLY bool "DesignWare SPI only allows word access" - depends on SPI_DW help In some case, e.g. ARC HS Development kit, the peripheral space of DesignWare SPI only allows word access, byte access will raise