1# Copyright (c) 2022 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_SMARTBOND
5	bool "Renesas SmartBond(tm) GPIO driver"
6	default y
7	depends on DT_HAS_RENESAS_SMARTBOND_GPIO_ENABLED
8	help
9	  Enable GPIO driver for Renesas SmartBond(tm) MCU family.
10