You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
# 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.
|
|
|