From 128043edeea673f87c8a5d6dbcaf9f728d6c0869 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 23 Jun 2015 21:58:32 -0600 Subject: Intel FSP 1.1: Move Kconfig comment inside 'if' block - Move the 'Intel FSP' Kconfig comment inside the 'if' block so that it doesn't show up on platforms that aren't using it. - Update the comment to reflect that this is version 1.1 of the FSP interface. Change-Id: I7182c5b07332c4f95620f7374526ab1de0484d01 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/10650 Tested-by: build bot (Jenkins) Reviewed-by: Leroy P Leahy --- src/drivers/intel/fsp1_1/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/intel/fsp1_1/Kconfig') diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig index ec5112d002..3c50a8d475 100644 --- a/src/drivers/intel/fsp1_1/Kconfig +++ b/src/drivers/intel/fsp1_1/Kconfig @@ -17,8 +17,6 @@ ## Foundation, Inc. ## -comment "Intel FSP" - config PLATFORM_USES_FSP1_1 bool help @@ -26,6 +24,8 @@ config PLATFORM_USES_FSP1_1 if PLATFORM_USES_FSP1_1 +comment "Intel FSP 1.1" + config DCACHE_RAM_BASE hex default 0xfef00000 -- cgit v1.2.3