blob: dab4b8f725536f70858d275829807a7102d04e1b [file] [log] [blame]
# Kconfig - I2C Slave configuration options
#
# Copyright (c) 2017 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
#
# I2C options
#
menuconfig I2C_SLAVE
bool "I2C Slave Drivers"
help
Enable I2C Slave Driver Configuration
if I2C_SLAVE
config I2C_SLAVE_INIT_PRIORITY
int "Init priority"
default 60
help
I2C Slave device driver initialization priority.
source "drivers/i2c/slave/Kconfig.eeprom"
endif # I2C_SLAVE