zephyr/drivers/pinmux
Tomasz Bursztyka 666e99b41b pinmux: Fix where to look for PINMUX_BASE_ADDR
Fixes this built error:
zephyr/drivers/pinmux/quark_mcu/pinmux_board_quark_se_dev.c:149:19:
error: 'PINMUX_BASE_ADDR' undeclared (first use in this function)
  _pinmux_defaults(PINMUX_BASE_ADDR);

Change-Id: I8302e4d6dbcf961e0c80f6bccf740a877bb364af
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-03-29 13:07:55 +02:00
..
dev pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
frdm_k64f pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
galileo pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
quark_mcu pinmux: Fix where to look for PINMUX_BASE_ADDR 2016-03-29 13:07:55 +02:00
sam3x
stm32 pinmux: Move STM32 boards to the pinmux model 2016-03-25 06:17:33 -04:00
Kconfig pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
Kconfig.k64
Kconfig.stm32
Makefile pinmux: Move STM32 boards to the pinmux model 2016-03-25 06:17:33 -04:00
pinmux.h