commit | ea5b4e49433a277d69f48d2268c684f6d2acdf55 | [log] [tgz] |
---|---|---|
author | Baohong Liu <baohong.liu@intel.com> | Mon Feb 22 17:10:56 2016 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 17 08:59:04 2016 -0400 |
tree | 08e9604e1a8c63ef670e4fd3e9f3be218d1c163d | |
parent | 33ee2052b130f31ca2fe0a0c8e510be4504a7136 [diff] [blame] |
API: Add public counter API Add the public API for counter devices and the drivers infrastructure. Origin: Original Change-Id: If100fbc9b3d119ce2be6c131bd64dbeb4fe346f2 Signed-off-by: Baohong Liu <baohong.liu@intel.com>
diff --git a/drivers/Kconfig b/drivers/Kconfig index 732050f..23fd73b 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -71,4 +71,6 @@ source "drivers/sensor/Kconfig" +source "drivers/counter/Kconfig" + endmenu