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:
parent
76b73838ed
commit
3cccad53dc
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ config SOC_SERIES_RA4M1
|
||||||
select TIMER_READS_ITS_FREQUENCY_AT_RUNTIME
|
select TIMER_READS_ITS_FREQUENCY_AT_RUNTIME
|
||||||
select XIP
|
select XIP
|
||||||
|
|
||||||
|
if SOC_SERIES_RA4M1
|
||||||
|
|
||||||
config SOC_OPTION_SETTING_MEMORY
|
config SOC_OPTION_SETTING_MEMORY
|
||||||
bool "Option Setting Memory"
|
bool "Option Setting Memory"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue