Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
7f98259a45c219322dfb77ef6d0a89471e1087de
/
.
/
drivers
/
gpio
/
Kconfig.eos_s3
blob: 372543d366626d21aeb0f976ba8e957dc648802f [
file
] [
log
] [
blame
]
# EOS_S3 GPIO configuration options
# Copyright (c) 2020 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
config GPIO_EOS_S3
bool
"EOS_S3 GPIO driver"
depends on EOS_S3_HAL
select
HAS_DTS_GPIO
help
Enable
the EOS S3 gpio driver
.