1# Microchip PolarFire SoC Icicle Kit GPIO configuration options
2
3# Copyright (c) 2022 Microchip Technology Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_MCHP_MSS
7	bool "Microchip PolarFire SoC GPIO driver"
8	default y
9	depends on DT_HAS_MICROCHIP_MPFS_GPIO_ENABLED
10	help
11	  Enable PolarFire SoC Icicle Kit GPIO driver.
12