1# Kconfig Andes ATCGPIO100 configuration option 2# 3# Copyright (c) 2021 Andes Technology Corporation. 4# 5# SPDX-License-Identifier: Apache-2.0 6# 7 8config GPIO_ANDES_ATCGPIO100 9 bool "Andes ATCGPIO100 GPIO driver" 10 default y 11 depends on DT_HAS_ANDESTECH_ATCGPIO100_ENABLED 12 help 13 Enable driver for the Andes ATCGPIO100 GPIO controller. 14 15 Says n if not sure. 16