diff options
author | Simon Glass | 2017-04-26 22:27:56 -0600 |
---|---|---|
committer | Tom Rini | 2017-04-30 10:30:10 -0400 |
commit | 4893e34b00a6a3e44aafe40f86be6c4c10ade536 (patch) | |
tree | 1f494365d5cce7ecb501451fcdbcfa884ba94366 /configs/charon_defconfig | |
parent | 0f7102588cfb48e74b13646ce6df7c11a374423b (diff) |
Convert CONFIG_CMD_BSP to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BSP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/charon_defconfig')
-rw-r--r-- | configs/charon_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/charon_defconfig b/configs/charon_defconfig index 3dd15882e53..4e292349761 100644 --- a/configs/charon_defconfig +++ b/configs/charon_defconfig @@ -17,6 +17,7 @@ CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_SNTP=y CONFIG_CMD_BMP=y +CONFIG_CMD_BSP=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_MAC_PARTITION=y |