soc: arm: atmel_sam: samv71: Fix SPI build dependency
The SAM spi driver depends on GPIO driver to work. It seems that this dependency chain it is not handled. This select GPIO driver when SPI driver is enabled. It rework GPIO and SPI Kconfig to select driver by devicetree and drop entries at Kconfig.defconfig.series file. Fixes #41525 Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
35c4e94aa5
commit
58936e7639
5 changed files with 13 additions and 13 deletions
|
@ -1 +0,0 @@
|
|||
CONFIG_GPIO=y
|
|
@ -1 +0,0 @@
|
|||
CONFIG_GPIO=y
|
Loading…
Add table
Add a link
Reference in a new issue