diff options
author | Pali Rohár <pali@kernel.org> | 2021-03-03 11:34:53 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-03-12 07:44:21 +0100 |
commit | e33e2092f5e81194b9e48ef60af5d393008fa228 (patch) | |
tree | ce6a8f884344e001436d7183eb945192b099f3af /configs/mvebu_espressobin-88f3720_defconfig | |
parent | 74f4929c2c73beb595faf7d5d9bb6a78d710c2fd (diff) | |
download | u-boot-e33e2092f5e81194b9e48ef60af5d393008fa228.tar.gz |
arm: mvebu: Espressobin: Enable additional options
Enable support for NVMe disks which can be connected to mPCIe slot via M.2
reduction. Enable btrfs and squashfs filesystems which are used by more
Linux distributions. And enable fsuuid and setexpr commands which can be
useful in scripting.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_espressobin-88f3720_defconfig')
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index 4956199ccd..c791f98dfe 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -32,12 +32,14 @@ CONFIG_CMD_MMC=y CONFIG_CMD_PCI=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y -# CONFIG_CMD_SETEXPR is not set CONFIG_CMD_TFTPPUT=y CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y CONFIG_CMD_MVEBU_BUBT=y +CONFIG_CMD_BTRFS=y CONFIG_CMD_EXT4_WRITE=y +CONFIG_CMD_SQUASHFS=y +CONFIG_CMD_FS_UUID=y CONFIG_MAC_PARTITION=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y @@ -65,6 +67,7 @@ CONFIG_PHY_MARVELL=y CONFIG_PHY_GIGE=y CONFIG_E1000=y CONFIG_MVNETA=y +CONFIG_NVME=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_PCI_AARDVARK=y |