We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5fa60 commit 1e71a79Copy full SHA for 1e71a79
soc/realtek/ec/rts5912/Kconfig.soc
@@ -16,5 +16,20 @@ config SOC_RTS5912
16
bool
17
select SOC_SERIES_RTS5912
18
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
26
+ select SOC_SERIES_RTS5915
27
+ select SOC_SERIES_RTS5912
28
+ select SOC_RTS5912
29
30
+ The RTS5915 is a repackage of the RTS5912. There are no driver or software
31
+ changes needed.
32
33
config SOC
34
default "rts5912" if SOC_RTS5912
35
+ default "rts5915" if SOC_RTS5915
soc/realtek/ec/soc.yml
@@ -1,2 +1,3 @@
1
socs:
2
- name: rts5912
3
+- name: rts5915
0 commit comments