1# NPCX I2C driver configuration options 2 3# Copyright (c) 2020 Nuvoton Technology Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config I2C_NPCX 7 bool "Nuvoton NPCX embedded controller (EC) I2C driver" 8 default y 9 depends on DT_HAS_NUVOTON_NPCX_I2C_PORT_ENABLED 10 select PINCTRL 11 help 12 This option enables the I2C driver for NPCX family of 13 processors. 14 Say y if you wish to use I2C modules on NPCX MCU. 15 16config I2C_NPCX_PORT_INIT_PRIORITY 17 int "NPCX I2C port init priority" 18 default 51 19 depends on I2C_NPCX 20 help 21 Initialization priority for the I2C port on an NPCX device, must be 22 set to a lower priority than the controller one (I2C_INIT_PRIORITY). 23