1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
4#
5
6# Enable RTS5912 image tool
7CONFIG_REALTEK_RTS5912_BOOTROM_HEADER=y
8
9# Serial Driver
10CONFIG_SERIAL=y
11CONFIG_UART_NS16550=y
12CONFIG_UART_INTERRUPT_DRIVEN=y
13
14# Console
15CONFIG_CONSOLE=y
16CONFIG_UART_CONSOLE=y
17
18# Enable GPIO
19CONFIG_GPIO=y
20