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:
Gerson Fernando Budke 2022-01-03 17:34:27 -03:00 committed by Anas Nashif
commit 58936e7639
5 changed files with 13 additions and 13 deletions

View file

@ -1 +0,0 @@
CONFIG_GPIO=y

View file

@ -1 +0,0 @@
CONFIG_GPIO=y