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:
parent
6a5fa60ad4
commit
1e71a79ba1
2 changed files with 16 additions and 0 deletions
|
@ -16,5 +16,20 @@ config SOC_RTS5912
|
||||||
bool
|
bool
|
||||||
select SOC_SERIES_RTS5912
|
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
|
config SOC
|
||||||
default "rts5912" if SOC_RTS5912
|
default "rts5912" if SOC_RTS5912
|
||||||
|
default "rts5915" if SOC_RTS5915
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
socs:
|
socs:
|
||||||
- name: rts5912
|
- name: rts5912
|
||||||
|
- name: rts5915
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue