Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9502d500b6a06cd540a5ffc95f4c7760c6fcde5b
/
.
/
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
.