pinmux: Add API for pinmux driver

This provides the API to manipulte the pin muxing, where
a single pin may provide different functions depending on
settings.

[DL: changed commit message.]

Change-Id: Ifd161137c062dff184024b5aa34737604911d09c
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Dan Kalowsky 2015-09-24 10:57:06 -07:00 committed by Anas Nashif
commit 2d6ba51742
4 changed files with 217 additions and 0 deletions

View file

@ -57,4 +57,6 @@ source "drivers/i2c/Kconfig"
source "drivers/pwm/Kconfig"
source "drivers/pinmux/Kconfig"
endmenu