sandbox: Enable bitrev library build
authorBin Meng <bmeng.cn@gmail.com>
Fri, 3 Aug 2018 06:58:03 +0000 (23:58 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 06:01:18 +0000 (00:01 -0600)
Imply CONFIG_BITREVERSE for Sandbox.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/Kconfig

index bf1b4a9..11900b0 100644 (file)
@@ -78,6 +78,7 @@ config SANDBOX
        select LZO
        select SPI
        select SUPPORT_OF_CONTROL
+       imply BITREVERSE
        imply CMD_DM
        imply CMD_GETTIME
        imply CMD_HASH