1# Copyright (c) 2020 Seagate Technology LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config I2C_LPC11U6X
5	bool "LPC11U6X I2C driver"
6	default y
7	depends on DT_HAS_NXP_LPC11U6X_I2C_ENABLED
8	help
9	  Enable I2C support on the LPC11U6X SoCs
10