20 lines
306 B
Plaintext
20 lines
306 B
Plaintext
# Copyright (c) 2024 Ian Morris
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
|
|
|
|
CONFIG_BUILD_OUTPUT_HEX=y
|
|
|
|
# Enable uart driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable Clocks
|
|
CONFIG_CLOCK_CONTROL=y
|