diff --git a/peripherals/Kconfig b/peripherals/Kconfig index 6acf90753c..701bc3ca6d 100644 --- a/peripherals/Kconfig +++ b/peripherals/Kconfig @@ -79,7 +79,6 @@ source "$PKGS_DIR/packages/peripherals/RgPower/Kconfig" source "$PKGS_DIR/packages/peripherals/bt_mx02/Kconfig" source "$PKGS_DIR/packages/peripherals/gc9a01/Kconfig" source "$PKGS_DIR/packages/peripherals/ikun-485/Kconfig" -source "$PKGS_DIR/packages/peripherals/mm32/Kconfig" if RT_VER_NUM > 0x40101 source "$PKGS_DIR/packages/peripherals/spi-tools/Kconfig" diff --git a/peripherals/hal-sdk/Kconfig b/peripherals/hal-sdk/Kconfig index d9276b5d5e..f18d6506f6 100644 --- a/peripherals/hal-sdk/Kconfig +++ b/peripherals/hal-sdk/Kconfig @@ -10,5 +10,6 @@ source "$PKGS_DIR/packages/peripherals/hal-sdk/nrf5x_sdk/Kconfig" source "$PKGS_DIR/packages/peripherals/hal-sdk/nrfx/Kconfig" source "$PKGS_DIR/packages/peripherals/hal-sdk/nuclei_sdk/Kconfig" source "$PKGS_DIR/packages/peripherals/hal-sdk/raspberrypi-pico-sdk/Kconfig" +source "$PKGS_DIR/packages/peripherals/mm32/Kconfig" endmenu