commit | 29c8f95ec4a60e572dd40d8ceeed4606e269af11 | [log] [tgz] |
---|---|---|
author | Baohong Liu <baohong.liu@intel.com> | Thu Feb 18 10:52:19 2016 -0800 |
committer | Gerrit Code Review <gerrit@zephyrproject.org> | Mon Mar 07 16:13:15 2016 +0000 |
tree | 1938a3d5bb474d5ec1037bad3f8d611d8e4b8357 | |
parent | e81053ee03a805897718511842db056a2102eda6 [diff] [blame] |
drivers: framework for a generic flash driver The framework for a generic flash driver. Change-Id: I030eb6d88338f4d6611fc6e5cae42ac586cfdb12 Signed-off-by: Baohong Liu <baohong.liu@intel.com>
diff --git a/drivers/Kconfig b/drivers/Kconfig index 179af16..0fae61a 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -67,4 +67,6 @@ source "drivers/nble/Kconfig" +source "drivers/flash/Kconfig" + endmenu