commit | 1646eba85c9755552d246099a82329e4caba32ee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 12 23:18:42 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:27:12 2016 -0400 |
tree | 2b9ccdbb672d488f2803b3518bfa8ad785ce9f25 | |
parent | 77d2f7f5070c7def29d433096f4cee57eeddbd23 [diff] |
Convert CONFIG_SPL_LIBDISK_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig index 4956bc6..604c687 100644 --- a/board/ti/common/Kconfig +++ b/board/ti/common/Kconfig
@@ -21,3 +21,6 @@ config SPL_LIBCOMMON_SUPPORT default y + +config SPL_LIBDISK_SUPPORT + default y