From c25879edb1c096c2499a25cefb24202f2fa1769b Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 13 Jan 2019 22:13:24 +1300 Subject: [PATCH] drivers: Kconfig: spelling fixes Signed-off-by: Chris Packham Reviewed-by: Simon Glass --- drivers/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 046b87a333..ddf2fb3fb8 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -232,7 +232,7 @@ config OF_ISA_BUS Is this option is enabled then support for the ISA bus will be included for addresses read from DT. This is something that should be known to be required or not based upon the board - being targetted, and whether or not it makes use of an ISA bus. + being targeted, and whether or not it makes use of an ISA bus. The bus is matched based upon its node name equalling "isa". The busses #address-cells should equal 2, with the first cell being -- 2.39.5