26 lines
454 B
Plaintext
26 lines
454 B
Plaintext
# Copyright (c) 2023 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
|
|
|
# General Kernel Options
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
|
|
CONFIG_XIP=y
|
|
CONFIG_INIT_STACKS=y
|
|
|
|
# UART Driver
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
|
|
# Console Driver
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# GPIO Driver
|
|
CONFIG_GPIO=y
|
|
|
|
# Power Management
|
|
CONFIG_PM=y
|
|
CONFIG_PM_DEVICE=y
|
|
CONFIG_PM_POLICY_CUSTOM=y
|