summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 43b657019f..9c1b01debd 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -630,7 +630,9 @@ config BOOTM_FITIMAGE_PUBKEY
default "../fit/pubkey.dtsi"
depends on BOOTM_FITIMAGE_SIGNATURE
help
- Set Path to a dts snippet which holds the public keys for FIT images.
+ Set Path to a dts snippet which holds the public keys for FIT images. The
+ snippet can then be included in a device tree with
+ "#include CONFIG_BOOTM_FITIMAGE_PUBKEY".
config BOOTM_FORCE_SIGNED_IMAGES
bool
@@ -1236,6 +1238,14 @@ config DEBUG_SOCFPGA_UART_CLOCK
help
Choose UART root clock.
+config DEBUG_LAYERSCAPE_UART_PORT
+ int "Layerscape UART port selection"
+ depends on ARCH_LAYERSCAPE
+ default 1
+ help
+ Select the UART port number used for early debugging here. Port
+ numbers start counting from 1.
+
config DEBUG_INITCALLS
bool "Trace initcalls"
help