diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-12 11:48:44 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-15 20:53:27 +0100 |
commit | 347a7529aa7bf58ac58c3e0e3e563697a4d3f846 (patch) | |
tree | bdfc43ee312a8b1f3afe0349ed831b754626ea9e /payloads/libpayload/Kconfig | |
parent | 805d44f2c73edc59bfa03e1c9df954fe8313421e (diff) |
libpayload: Make comment into help text
Change-Id: I8c8669e73e335e12cb3785cf84b878c305dd5929
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14068
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads/libpayload/Kconfig')
-rw-r--r-- | payloads/libpayload/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
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" |