[coreboot-gerrit] New patch to review for coreboot: Intel FSP 1.1: Move Kconfig comment inside 'if' block

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Wed Jun 24 05:58:45 CEST 2015


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10650

-gerrit

commit ef26a9051b9fabcff14555f0cea33fe94b1eb78d
Author: Martin Roth <gaumless at gmail.com>
Date:   Tue Jun 23 21:58:32 2015 -0600

    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 <gaumless at gmail.com>
---
 src/drivers/intel/fsp1_1/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig
index f722e65..91f325d 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



More information about the coreboot-gerrit mailing list