Skip to content

Commit b9270c3

Browse files
ulfalizerjhedberg
authored andcommitted
kconfig: Remove redundant SPI_DW dep on SPI_DW_ACCESS_WORD_ONLY
This symbol is already defined within an 'if SPI_DW'. Flagged by zephyrproject-rtos/ci-tools#128. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent de42aea commit b9270c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/spi/Kconfig.dw

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ config SPI_DW_FIFO_DEPTH
3434

3535
config SPI_DW_ACCESS_WORD_ONLY
3636
bool "DesignWare SPI only allows word access"
37-
depends on SPI_DW
3837
help
3938
In some case, e.g. ARC HS Development kit, the peripheral space of
4039
DesignWare SPI only allows word access, byte access will raise

0 commit comments

Comments
 (0)