1# Copyright (c) 2021 Abel Sensors 2# SPDX-License-Identifier: Apache-2.0 3 4menuconfig GPIO_FXL6408 5 bool "FXL6408 I2C-based GPIO chip" 6 depends on I2C 7 help 8 Enable driver for FXL6408 I2C-based GPIO chip. 9 10config GPIO_FXL6408_INIT_PRIORITY 11 int "Init priority" 12 default 80 13 depends on GPIO_FXL6408 14 help 15 Device driver initialization priority. 16 17module = FXL6408 18module-str = fxl6408 19source "subsys/logging/Kconfig.template.log_config" 20