soc : realtek: ec: rts5912: add soc rts5915 config

Add the config for user to chose rts5915

Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
This commit is contained in:
Lin Yu-Cheng 2025-04-28 14:10:53 +08:00 committed by Benjamin Cabé
commit 1e71a79ba1
2 changed files with 16 additions and 0 deletions

View file

@ -16,5 +16,20 @@ config SOC_RTS5912
bool
select SOC_SERIES_RTS5912
config SOC_SERIES_RTS5915
bool
help
The Token for the RTS5915. There are no driver or software changes needed.
config SOC_RTS5915
bool
select SOC_SERIES_RTS5915
select SOC_SERIES_RTS5912
select SOC_RTS5912
help
The RTS5915 is a repackage of the RTS5912. There are no driver or software
changes needed.
config SOC
default "rts5912" if SOC_RTS5912
default "rts5915" if SOC_RTS5915

View file

@ -1,2 +1,3 @@
socs:
- name: rts5912
- name: rts5915