1# M5StickC PLUS board configuration 2 3# Copyright (c) 2022 AVSystem Sławomir Wolf Sp.j. (AVSystem) 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_M5STICKC_PLUS_ESP32_PROCPU 7 8config GPIO_HOGS_INIT_PRIORITY 9 default 70 10 11config MFD_INIT_PRIORITY 12 default 70 13 14config REGULATOR_AXP192_AXP2101_INIT_PRIORITY 15 default 71 16 17config GPIO_AXP192_INIT_PRIORITY 18 default 72 19 20config REGULATOR_FIXED_INIT_PRIORITY 21 default 75 22 23endif # BOARD_M5STICKC_PLUS_ESP32_PROCPU 24