2019-11-01 20:45:29 +08:00
|
|
|
# CC32XX GPIO configuration options
|
2019-04-06 21:08:09 +08:00
|
|
|
|
2019-11-01 20:45:29 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-11-24 07:47:20 +08:00
|
|
|
|
2020-04-24 12:15:38 +08:00
|
|
|
config GPIO_CC32XX
|
2016-11-24 07:47:20 +08:00
|
|
|
bool "TI CC32XX GPIO driver"
|
2022-07-21 01:07:47 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_TI_CC32XX_GPIO_ENABLED
|
2016-11-24 07:47:20 +08:00
|
|
|
help
|
|
|
|
Enable the GPIO driver on TI SimpleLink CC32xx boards
|