Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14068
-gerrit
commit df82abfd5787c47ba8ebaacf35ce308344f39e9a Author: Stefan Reinauer stefan.reinauer@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@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"