1# NXP LPC54114 M0 platform configuration options 2 3# Copyright 2017, 2024 NXP 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_SERIES_LPC54XXX 7 8config GPIO 9 default n if SOC_LPC54114_M0 10 11config NUM_IRQS 12 # must be >= the highest interrupt number used 13 default 40 14 15endif # SOC_SERIES_LPC54XXX 16