Remove CONFIG_GPIO from defconfigs for Infineon boards. Applications, drivers will enable GPIO if need. Added 'select GPIO' from spi/Kconfig.ifx_cat1 Added 'select GPIO' from wifi/infineon/Kconfig.airoc Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
14 lines
376 B
Text
14 lines
376 B
Text
# Infineon CAT1 SPI configuration options
|
|
|
|
# Copyright (c) 2022 Cypress Semiconductor Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_INFINEON_CAT1
|
|
bool "Infineon CAT1 SPI driver"
|
|
default y
|
|
depends on DT_HAS_INFINEON_CAT1_SPI_ENABLED
|
|
select USE_INFINEON_SPI
|
|
select PINCTRL
|
|
select GPIO
|
|
help
|
|
This option enables the SPI driver for Infineon CAT1 family.
|