shell: Set right SERIAL_INIT_PRIORITY if ACPI enabled
Set correct SHELL_BACKEND_SERIAL_INIT_PRIORITY if ACPI is enabled. Otherwise when enabling SHELL using menuconfig, etc serial backend is not working. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
41addf67a9
commit
2bf4ab625a
@ -29,6 +29,7 @@ if SHELL_BACKEND_SERIAL
|
||||
|
||||
config SHELL_BACKEND_SERIAL_INIT_PRIORITY
|
||||
int "Initialization priority"
|
||||
default 55 if ACPI
|
||||
default 0
|
||||
range 0 99
|
||||
help
|
||||
|
||||
Loading…
Reference in New Issue
Block a user