diff options
author | Simon Glass | 2015-03-02 17:04:37 -0700 |
---|---|---|
committer | Simon Glass | 2015-04-18 11:11:37 -0600 |
commit | ee2b24340fd1d63a27ac4ed6ac828ade1469dbe7 (patch) | |
tree | 1126a86f04af92194c867b268ea5ca1e29d7aa46 /configs | |
parent | 5c4f9c1d722d7c11e304469bf5e54197bf95f0ce (diff) |
Kconfig: Move CONFIG_BOOTSTAGE to Kconfig
Move CONFIG_BOOT_STAGE and its associated options to Kconfig. Adjust
existing users and code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 3731c71ce35..288aacc2ddc 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -15,3 +15,5 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EMUL=y CONFIG_USB_STORAGE=y +CONFIG_BOOTSTAGE=y +CONFIG_BOOTSTAGE_REPORT=y |