1# NUMAKER I2C driver configuration options 2 3# Copyright (c) 2023 Nuvoton Technology Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config I2C_NUMAKER 7 bool "Nuvoton NuMaker I2C driver" 8 default y 9 select HAS_NUMAKER_I2C 10 select PINCTRL 11 depends on DT_HAS_NUVOTON_NUMAKER_I2C_ENABLED 12 help 13 This option enables I2C driver for Nuvoton NuMaker family of 14 processors. 15 Say y if you wish to enable NuMaker I2C. 16