zephyr/tests/boards/altera_max10/i2c_master/prj.conf
Kumar Gala 1f0b5c659d tests: boards: altera_max10: Remove unneeded setting of Kconfig symbol
The NIOS2 I2C driver does not utilize Kconfig symbols for per instance
I2C anymore so we don't need to set them in the conf files for this
test.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-05 11:44:34 -05:00

6 lines
99 B
Plaintext

CONFIG_I2C=y
CONFIG_I2C_NIOS2=y
CONFIG_I2C_INIT_PRIORITY=60
CONFIG_I2C_0_IRQ_PRI=10
CONFIG_ZTEST=y