[coreboot-gerrit] New patch to review for coreboot: libpayload: Make comment into help text

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Mar 12 21:15:49 CET 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14068

-gerrit

commit 44c89e9f9938b6a82a83967b4bec5960833eab44
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Sat Mar 12 11:48:44 2016 -0800

    libpayload: Make comment into help text
    
    Change-Id: I8c8669e73e335e12cb3785cf84b878c305dd5929
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 payloads/libpayload/Kconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig
index 95bd045..e95f31b 100644
--- a/payloads/libpayload/Kconfig
+++ b/payloads/libpayload/Kconfig
@@ -629,10 +629,12 @@ config LITTLE_ENDIAN
 	default n
 	bool
 
-# Whether the target system has an IO address space.
 config IO_ADDRESS_SPACE
 	default n
 	bool
+	help
+	  This option is turned on if the target system has a separate
+	  IO address space. This is typically only the case on x86.
 
 source "arch/arm/Kconfig"
 source "arch/arm64/Kconfig"



More information about the coreboot-gerrit mailing list