zephyr/drivers/i2c/slave/Kconfig
Peter Bigot 96fa707e0c Revert "drivers: move eeprom_slave driver to tests directory"
This reverts commit cabbd916cf.

This is considered to be useful enough that it should be restored
as a stable Zephyr API.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-12-16 16:39:49 -05:00

25 lines
420 B
Plaintext

# 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