| # Copyright 2025 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| config UART_NS16550_WA_ISR_REENABLE_INTERRUPT |
| default y |
| depends on UART_NS16550 |
| |
| if REALTEK_RTS5912_RTMR |
| |
| config PM |
| default y |
| |
| config SYS_CLOCK_HW_CYCLES_PER_SEC |
| default 32768 |
| |
| config SYS_CLOCK_TICKS_PER_SEC |
| default 32768 |
| |
| endif # REALTEK_RTS5912_RTMR |
| |
| if WATCHDOG |
| |
| config PLATFORM_EC_WATCHDOG_HELPER |
| default y |
| |
| config WDT_COUNTER |
| default y |
| |
| endif # WATCHDOG |
| |
| if ADC |
| |
| config PLATFORM_EC_ADC_RESOLUTION |
| default 12 |
| |
| endif # ADC |