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	help
11	  This option enables the I2C driver for NPCX family of
12	  processors.
13	  Say y if you wish to use I2C modules on NPCX MCU.
14
15config I2C_NPCX_PORT_INIT_PRIORITY
16	int "NPCX I2C port init priority"
17	default 51
18	depends on I2C_NPCX
19	help
20	  Initialization priority for the I2C port on an NPCX device, must be
21	  set to a lower priority than the controller one (I2C_INIT_PRIORITY).
22