zephyr/modules/Kconfig.renesas_fsp
Khoa Nguyen c312b322ad drivers: spi: Add support SPI driver for Renesas RA6, RA4, RA2
- Add SPI driver support for RA
- RA2A1 not support slave select keeping level so disable it
in Kconfig

Signed-off-by: Tri Nguyen <tri.nguyen.wj@bp.renesas.com>
Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
2024-11-25 01:02:35 +01:00

85 lines
1.2 KiB
Plaintext

# Renesas FSP HAL config
# Copyright (c) 2024 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config HAS_RENESAS_RA_FSP
bool
help
Enable Renesas RA FSP support
if HAS_RENESAS_RA_FSP
config USE_RA_FSP_SCI_B_UART
bool
help
Enable RA FSP SCI-B UART driver
config USE_RA_FSP_SPI
bool
help
Enable RA FSP SPI driver
config USE_RA_FSP_DTC
bool
help
Enable RA FSP DTC driver
config USE_RA_FSP_I2C_IIC
bool
help
Enable Renesas RA I2C IIC Master driver
config USE_RA_FSP_SCI_UART
bool
help
Enable RA FSP SCI UART driver
config USE_RA_FSP_ADC
bool
help
Enable RA FSP ADC driver
config USE_RA_FSP_SCE
bool
help
Enable RA FSP SCE driver
if USE_RA_FSP_SCE
config HAS_RENESAS_RA_RSIP_E51A
bool
default y
depends on ENTROPY_RENESAS_RA_RSIP_E51A_TRNG
help
Includes RSIP-E51A implementation for SCE driver
endif
config USE_RA_FSP_SPI_B
bool
help
Enable RA FSP SPI-B driver
config USE_RA_FSP_FLASH_HP
bool
help
Enable RA FSP FLASH HP driver
config USE_RA_FSP_GPT
bool
help
Enable RA FSP GPT driver
config USE_RA_FSP_AGT
bool
help
Enable RA FSP AGT driver
config USE_RA_FSP_CANFD
bool
help
Enable RA FSP CANFD driver
endif # HAS_RENESAS_RA_FSP