diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 8269d56dcdaa..bfdbb1ff0aa3 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -387,4 +387,10 @@ config SIGNATURE | |||
387 | Digital signature verification. Currently only RSA is supported. | 387 | Digital signature verification. Currently only RSA is supported. |
388 | Implementation is done using GnuPG MPI library | 388 | Implementation is done using GnuPG MPI library |
389 | 389 | ||
390 | # | ||
391 | # libfdt files, only selected if needed. | ||
392 | # | ||
393 | config LIBFDT | ||
394 | bool | ||
395 | |||
390 | endmenu | 396 | endmenu |