Lines Matching full:module
5 # This template allow module to use the parent module log level by default.
8 # - module:
9 # Name of the new log module.
11 # - parent-module:
12 # Name of the module that will be inherited by the new module.
15 choice "$(module)_LOG_LEVEL_CHOICE"
16 default $(module)_LOG_LEVEL_INHERIT if y
18 config $(module)_LOG_LEVEL_INHERIT
19 bool "Inherit $(parent-module)_LOG_LEVEL"
23 config $(module)_LOG_LEVEL
24 default $(parent-module)_LOG_LEVEL if $(module)_LOG_LEVEL_INHERIT
26 module := $(module)