1# This configuration is orthogonal to whether the Cortex-M33 or Hazard3 cores
2# are in use, but Zephyr does not support providing a qualifier-agnostic
3# _defconfig file.
4CONFIG_BUILD_OUTPUT_HEX=y
5CONFIG_BUILD_OUTPUT_UF2=y
6CONFIG_CLOCK_CONTROL=y
7CONFIG_CONSOLE=y
8CONFIG_GPIO=y
9CONFIG_RESET=y
10CONFIG_SERIAL=y
11CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=150000000
12CONFIG_UART_CONSOLE=y
13CONFIG_UART_INTERRUPT_DRIVEN=y
14CONFIG_USE_DT_CODE_PARTITION=y
15