1# LMP90xxx GPIO configuration options 2 3# Copyright (c) 2019 Vestas Wind Systems A/S 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig GPIO_LMP90XXX 7 bool "LMP90xxx GPIO driver" 8 default y 9 depends on DT_HAS_TI_LMP90XXX_GPIO_ENABLED 10 depends on ADC_LMP90XXX_GPIO 11 help 12 Enable GPIO driver for LMP90xxx. 13 14 The LMP90xxx is a multi-channel, low power sensor analog 15 frontend (AFE). 16 17 The GPIO port of the LMP90xxx (D6 to D0) is exposed as a 18 GPIO controller driver with read/write support. 19 20config GPIO_LMP90XXX_INIT_PRIORITY 21 int "Driver init priority" 22 default 99 23 depends on GPIO_LMP90XXX 24 help 25 Device driver initialization priority. This driver must be 26 initialized after the LMP90xxx ADC driver. 27