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 depends on ADC_LMP90XXX_GPIO 9 help 10 Enable GPIO driver for LMP90xxx. 11 12 The LMP90xxx is a multi-channel, low power sensor analog 13 frontend (AFE). 14 15 The GPIO port of the LMP90xxx (D6 to D0) is exposed as a 16 GPIO controller driver with read/write support. 17 18config GPIO_LMP90XXX_INIT_PRIORITY 19 int "Driver init priority" 20 default 99 21 depends on GPIO_LMP90XXX 22 help 23 Device driver initialization priority. This driver must be 24 initialized after the LMP90xxx ADC driver. 25