diff options
| author | Tom Rini <[email protected]> | 2020-02-11 07:32:44 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-02-11 07:32:44 -0500 |
| commit | ae347120eed8204b1fdf018ddf79131964e57016 (patch) | |
| tree | a0fe584e7276a077cd8cd5f2300c84676e41763c /common | |
| parent | 4e5c4683b7a54090323043ab9a67772baeecb1b1 (diff) | |
| parent | 2aa69c9b9d4511d35b372715d6ea4ccebb75a526 (diff) | |
Merge branch '2020-02-10-master-imports'
- Regulator fix
- Documentation fix
- Correct LOGLEVEL range
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index a7c5ba278a6..4bc3df4e1bb 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -469,7 +469,7 @@ config IDENT_STRING config LOGLEVEL int "loglevel" default 4 - range 0 8 + range 0 10 help All Messages with a loglevel smaller than the console loglevel will be compiled in. The loglevels are defined as follows: |
