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:
Andrei Emeltchenko 2023-07-10 14:24:17 +03:00 committed by Carles Cufí
parent 41addf67a9
commit 2bf4ab625a

View File

@ -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