diff options
Diffstat (limited to 'configs/efi-x86_defconfig')
-rw-r--r-- | configs/efi-x86_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig index 4cf55548ab..815b51e27a 100644 --- a/configs/efi-x86_defconfig +++ b/configs/efi-x86_defconfig @@ -1,4 +1,6 @@ CONFIG_X86=y +CONFIG_DEBUG_UART_BASE=0 +CONFIG_DEBUG_UART_CLOCK=0 CONFIG_VENDOR_EFI=y CONFIG_DEFAULT_DEVICE_TREE="efi" CONFIG_TARGET_EFI=y @@ -30,8 +32,6 @@ CONFIG_EFI_PARTITION=y CONFIG_OF_EMBED=y # CONFIG_DM_ETH is not set CONFIG_DEBUG_EFI_CONSOLE=y -CONFIG_DEBUG_UART_BASE=0 -CONFIG_DEBUG_UART_CLOCK=0 CONFIG_SPI=y CONFIG_ICH_SPI=y # CONFIG_REGEX is not set |