1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
4#
5
6config SOC_SERIES_RTS5912
7	bool
8	select SOC_FAMILY_REALTEK_EC
9	help
10	  Enable support for REALTEK EC MCU series
11
12config SOC_SERIES
13	default "rts5912" if SOC_SERIES_RTS5912
14
15config SOC_RTS5912
16	bool
17	select SOC_SERIES_RTS5912
18
19config SOC
20	default "rts5912" if SOC_RTS5912
21