diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:06:43 -0500 |
commit | 060613f119837fafc7c90a5dcc1aa1bf81ff319b (patch) | |
tree | f919a451426a12334215b7c307193e39a6e9002c /doc | |
parent | 345c09de5e7ca2c015faaf58c1e6c6b15883a63b (diff) | |
download | u-boot-060613f119837fafc7c90a5dcc1aa1bf81ff319b.tar.gz u-boot-060613f119837fafc7c90a5dcc1aa1bf81ff319b.tar.bz2 u-boot-060613f119837fafc7c90a5dcc1aa1bf81ff319b.zip |
Convert CONFIG_FSL_IIM to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_IIM
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.fsl_iim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.fsl_iim b/doc/README.fsl_iim index e087f5e0e4..78d3cb8b3e 100644 --- a/doc/README.fsl_iim +++ b/doc/README.fsl_iim @@ -45,4 +45,4 @@ Fuse operations: Configuration: CONFIG_FSL_IIM - Define this to enable the fsl_iim driver. + Enable this to enable the fsl_iim driver. |