diff options
-rw-r--r-- | zephyr/boards/riscv/it8xxx2/it8xxx2_defconfig | 4 | ||||
-rw-r--r-- | zephyr/projects/corsola/prj.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/boards/riscv/it8xxx2/it8xxx2_defconfig b/zephyr/boards/riscv/it8xxx2/it8xxx2_defconfig index 385c98f275..5a07bcffc6 100644 --- a/zephyr/boards/riscv/it8xxx2/it8xxx2_defconfig +++ b/zephyr/boards/riscv/it8xxx2/it8xxx2_defconfig @@ -9,10 +9,6 @@ CONFIG_SOC_IT8XXX2=y # Platform Configuration CONFIG_BOARD_IT8XXX2=y -# SoC configuration -CONFIG_AP=y -CONFIG_AP_ARM_MTK_MT8192=y - # Console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y diff --git a/zephyr/projects/corsola/prj.conf b/zephyr/projects/corsola/prj.conf index 80f1d03d96..c0afed2e08 100644 --- a/zephyr/projects/corsola/prj.conf +++ b/zephyr/projects/corsola/prj.conf @@ -1,3 +1,7 @@ # Copyright 2021 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. + +# AP SoC configuration +CONFIG_AP=y +CONFIG_AP_ARM_MTK_MT8192=y |