From 347a7529aa7bf58ac58c3e0e3e563697a4d3f846 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 12 Mar 2016 11:48:44 -0800 Subject: libpayload: Make comment into help text Change-Id: I8c8669e73e335e12cb3785cf84b878c305dd5929 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/14068 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- payloads/libpayload/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'payloads/libpayload') diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig index 80df6f5c24..3c579e6af8 100644 --- a/payloads/libpayload/Kconfig +++ b/payloads/libpayload/Kconfig @@ -623,10 +623,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" -- cgit v1.2.3