diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-01-13 22:13:24 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-18 09:16:15 -0500 |
commit | 83e7a4d597d1a65c1bc93d8afcd412556fb918af (patch) | |
tree | 0a6c1fa90c343696bf23be3bf15aaa474b3e0d1e /drivers | |
parent | d7a4af45c51c63071e11b4f7dc33f0bd38247c19 (diff) |
drivers: Kconfig: spelling fixes
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |