zephyr/boards/arduino_due
Daniel Leung cecc4b0fb5 pinmux: remove base address and number of pins from kconfig
The pinmux base address and number of pins are now defined in SoC or board
header files instead of specifying them in kconfig. This is because
the pinmux ties directly to the SoC (or board expanders) so the base
address and number of pins do not need to be configurable in kconfig.

Change-Id: Ib6090d7d022b491f3fe8f522858281504c6302bb
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-28 15:58:29 -07:00
..
Kconfig.board boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
Kconfig.defconfig pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
Makefile pinmux: Move the Arduino Due board to the pinmux model 2016-03-25 10:17:01 +00:00
arduino_due_defconfig boards/arduino_due: add pinmux driver 2016-02-05 20:25:29 -05:00
board.c boards: adds initial support for Arduino Due 2016-02-05 20:25:21 -05:00
board.h boards: adds initial support for Arduino Due 2016-02-05 20:25:21 -05:00