commit | e6fc1c2049b3a3b41e7bbfd82b02c039ce049767 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Mon Oct 05 14:56:33 2015 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:24:27 2016 -0500 |
tree | e0af82580b4680240d4941944ee87a09d8e801ab | |
parent | 24aa6784016d639f3696ef67958276fedb86efbd [diff] [blame] |
adc: Add drivers infrastructure Only Kconfig file for now. Change-Id: I633ac209583b2fe6cbed3c75036ac245f0058df6 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
diff --git a/drivers/Kconfig b/drivers/Kconfig index 14dbc38..bb02b9c 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -61,4 +61,6 @@ source "drivers/pinmux/Kconfig" +source "drivers/adc/Kconfig" + endmenu