Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer


if BOARD_ARDUINO_DUE

config BOARD
	default arduino_due

if PINMUX

# The pinmux driver does not care
# base address or pin counts.
# So define both as 0.
config PINMUX_BASE
	default 0

config PINMUX_NUM_PINS
	default 0

endif # PINMUX

if I2C

config I2C_ATMEL_SAM3
	default y

if I2C_ATMEL_SAM3

config I2C_ATMEL_SAM3_0
	default y

config I2C_ATMEL_SAM3_1
	default y

endif # I2C_ATMEL_SAM3

endif # I2C

endif # BOARD_ARDUINO_DUE