diff --git a/src/arch/x86/config.cmake b/src/arch/x86/config.cmake index 2c170bd0911..24f4ade60c7 100644 --- a/src/arch/x86/config.cmake +++ b/src/arch/x86/config.cmake @@ -72,8 +72,8 @@ config_option( config_string( KernelCacheLnSz CACHE_LN_SZ "Define cache line size for the current architecture" DEFAULT 64 - DEPENDS "KernelArchX86" UNDEF_DISABLED - UNQUOTE + DEPENDS "KernelArchX86" + UNDEF_DISABLED UNQUOTE ) config_option( @@ -229,8 +229,8 @@ config_string( "The bits per pixel of the linear graphics mode ot request. Value of zero indicates \ no preference." DEFAULT 32 - DEPENDS "KernelMultibootGFXModeLinear" UNDEF_DISABLED - UNQUOTE + DEPENDS "KernelMultibootGFXModeLinear" + UNDEF_DISABLED UNQUOTE ) config_string( @@ -239,8 +239,8 @@ config_string( number of pixels. For a text mode this is the number of characters, value of zero \ indicates no preference." DEFAULT 0 - DEPENDS "KernelMultibootGFXModeText OR KernelMultibootGFXModeLinear" UNDEF_DISABLED - UNQUOTE + DEPENDS "KernelMultibootGFXModeText OR KernelMultibootGFXModeLinear" + UNDEF_DISABLED UNQUOTE ) config_string( KernelMultibootGFXHeight MULTIBOOT_GRAPHICS_MODE_HEIGHT @@ -248,8 +248,8 @@ config_string( number of pixels. For a text mode this is the number of characters, value of zero \ indicates no preference." DEFAULT 0 - DEPENDS "KernelMultibootGFXModeText OR KernelMultibootGFXModeLinear" UNDEF_DISABLED - UNQUOTE + DEPENDS "KernelMultibootGFXModeText OR KernelMultibootGFXModeLinear" + UNDEF_DISABLED UNQUOTE ) config_option( diff --git a/src/plat/qemu-arm-virt/config.cmake b/src/plat/qemu-arm-virt/config.cmake index 7eec8a57f3f..eea90d217ad 100644 --- a/src/plat/qemu-arm-virt/config.cmake +++ b/src/plat/qemu-arm-virt/config.cmake @@ -273,5 +273,6 @@ config_string( KernelUserTop USER_TOP "Set seL4_UserTop constant" DEFAULT ${qemu_user_top} UNQUOTE - DEPENDS "KernelPlatformQEMUArmVirt;KernelSel4ArchAarch32" UNDEF_DISABLED + DEPENDS "KernelPlatformQEMUArmVirt;KernelSel4ArchAarch32" + UNDEF_DISABLED )