From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- kernel/arch/mips/pic32/Kconfig | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/arch/mips/pic32/Kconfig b/kernel/arch/mips/pic32/Kconfig index e284e89..7acbb50 100644 --- a/kernel/arch/mips/pic32/Kconfig +++ b/kernel/arch/mips/pic32/Kconfig @@ -39,12 +39,12 @@ Select the devicetree. config DTB_PIC32_NONE - bool "None" + bool "None" config DTB_PIC32_MZDA_SK - bool "PIC32MZDA Starter Kit" - depends on PIC32MZDA - select BUILTIN_DTB + bool "PIC32MZDA Starter Kit" + depends on PIC32MZDA + select BUILTIN_DTB endchoice -- Gitblit v1.6.2