17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
# Microchip XEC GPIO configuration options
|
|
|
|
# Copyright (c) 2019 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_XEC
|
|
bool "XEC Microchip GPIO driver"
|
|
depends on SOC_SERIES_MEC1501X
|
|
help
|
|
Enable the Microchip XEC gpio driver.
|
|
|
|
config GPIO_XEC_V2
|
|
bool "XEC Microchip GPIO driver V2"
|
|
depends on SOC_SERIES_MEC172X
|
|
help
|
|
Enable the Microchip XEC gpio V2 driver.
|