Kconfig: Fix issue in KConfig of Renesas modules
Add condition for KConfig Renesas FSP hal module Move the DUAL_BANK_MODE from SOC to flash driver KCONFIG Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
This commit is contained in:
parent
6d868e5074
commit
5ff44120e1
5 changed files with 13 additions and 22 deletions
|
@ -6,7 +6,7 @@ config SOC_SERIES_RA8D1
|
|||
bool
|
||||
select SOC_FAMILY_RENESAS_RA
|
||||
help
|
||||
Renesas RA8D1 series
|
||||
Renesas RA8D1 series
|
||||
|
||||
config SOC_SERIES
|
||||
default "ra8d1" if SOC_SERIES_RA8D1
|
||||
|
@ -15,13 +15,7 @@ config SOC_R7FA8D1BHECBD
|
|||
bool
|
||||
select SOC_SERIES_RA8D1
|
||||
help
|
||||
R7FA8D1BHECBD
|
||||
R7FA8D1BHECBD
|
||||
|
||||
config SOC
|
||||
default "r7fa8d1bhecbd" if SOC_R7FA8D1BHECBD
|
||||
|
||||
config DUAL_BANK_MODE
|
||||
bool "Dual bank mode"
|
||||
default n
|
||||
help
|
||||
Enable dual bank mode
|
||||
|
|
|
@ -19,9 +19,3 @@ config SOC_SERIES
|
|||
|
||||
config SOC
|
||||
default "r7fa8m1ahecbd" if SOC_R7FA8M1AHECBD
|
||||
|
||||
config DUAL_BANK_MODE
|
||||
bool "Dual bank mode"
|
||||
default n
|
||||
help
|
||||
Enable dual bank mode
|
||||
|
|
|
@ -6,7 +6,7 @@ config SOC_SERIES_RA8T1
|
|||
bool
|
||||
select SOC_FAMILY_RENESAS_RA
|
||||
help
|
||||
Renesas RA8T1 series
|
||||
Renesas RA8T1 series
|
||||
|
||||
config SOC_SERIES
|
||||
default "ra8t1" if SOC_SERIES_RA8T1
|
||||
|
@ -15,13 +15,7 @@ config SOC_R7FA8T1AHECBD
|
|||
bool
|
||||
select SOC_SERIES_RA8T1
|
||||
help
|
||||
R7FA8T1AHECBD
|
||||
R7FA8T1AHECBD
|
||||
|
||||
config SOC
|
||||
default "r7fa8t1ahecbd" if SOC_R7FA8T1AHECBD
|
||||
|
||||
config DUAL_BANK_MODE
|
||||
bool "Dual bank mode"
|
||||
default n
|
||||
help
|
||||
Enable dual bank mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue