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 <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-08-08 19:38:27 +09:00 committed by Carles Cufí
commit 3cccad53dc

View file

@ -10,6 +10,10 @@ config SOC_SERIES_RA4M1
select TIMER_READS_ITS_FREQUENCY_AT_RUNTIME
select XIP
if SOC_SERIES_RA4M1
config SOC_OPTION_SETTING_MEMORY
bool "Option Setting Memory"
default y
endif