Skip to content

Commit

Permalink
tests: boards: altera_max10: Remove unneeded setting of Kconfig symbol
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
galak committed May 5, 2020
1 parent ac7ff17 commit 1f0b5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/boards/altera_max10/i2c_master/prj.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
CONFIG_I2C=y
CONFIG_I2C_NIOS2=y
CONFIG_I2C_INIT_PRIORITY=60
CONFIG_I2C_0=y
CONFIG_I2C_0_IRQ_PRI=10
CONFIG_ZTEST=y

0 comments on commit 1f0b5c6

Please sign in to comment.