Skip to content

Commit 3cccad5

Browse files
soburicarlescufi
authored andcommitted
soc: renesas: ra: Do not enable SOC_OPTION_SETTING_MEMORY globally
RA4M1-specific options were being applied system-wide because conditions were not set properly. This change fixes this problem. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 76b7383 commit 3cccad5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

soc/renesas/ra/ra4m1/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ config SOC_SERIES_RA4M1
1010
select TIMER_READS_ITS_FREQUENCY_AT_RUNTIME
1111
select XIP
1212

13+
if SOC_SERIES_RA4M1
14+
1315
config SOC_OPTION_SETTING_MEMORY
1416
bool "Option Setting Memory"
1517
default y
18+
19+
endif

0 commit comments

Comments
 (0)