Skip to content

Commit 1e71a79

Browse files
JasonLin-RealTekkartben
authored andcommitted
soc : realtek: ec: rts5912: add soc rts5915 config
Add the config for user to chose rts5915 Signed-off-by: Lin Yu-Cheng <[email protected]>
1 parent 6a5fa60 commit 1e71a79

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

soc/realtek/ec/rts5912/Kconfig.soc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,20 @@ config SOC_RTS5912
1616
bool
1717
select SOC_SERIES_RTS5912
1818

19+
config SOC_SERIES_RTS5915
20+
bool
21+
help
22+
The Token for the RTS5915. There are no driver or software changes needed.
23+
24+
config SOC_RTS5915
25+
bool
26+
select SOC_SERIES_RTS5915
27+
select SOC_SERIES_RTS5912
28+
select SOC_RTS5912
29+
help
30+
The RTS5915 is a repackage of the RTS5912. There are no driver or software
31+
changes needed.
32+
1933
config SOC
2034
default "rts5912" if SOC_RTS5912
35+
default "rts5915" if SOC_RTS5915

soc/realtek/ec/soc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
socs:
22
- name: rts5912
3+
- name: rts5915

0 commit comments

Comments
 (0)