forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kconfig.renesas_fsp
79 lines (61 loc) · 1.15 KB
/
Kconfig.renesas_fsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# 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_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