-
CONFIG_PLATFORM
¶
(No prompt – not directly user assignable.)
Type: string
Defaults¶
- “uefi” if
PLATFORM_UEFI
- “sbl” if
PLATFORM_SBL
Kconfig definition¶
At arch/x86/Kconfig:26
, in menu (top menu)
:
config PLATFORM string default "uefi" ifPLATFORM_UEFI
default "sbl" ifPLATFORM_SBL
(Definitions include propagated dependencies, including from if’s and menus.)