summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/imx_v7_defconfig
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2020-02-21 13:15:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-25 09:01:41 +0100
commitba08e336c85196affabb5983768c6b5996c6bb00 (patch)
treeacdce349d751aaca28948c43c39a66cb7f4d5500 /arch/arm/configs/imx_v7_defconfig
parented5d14afad1c303caab209549b33f795df3d6d6a (diff)
downloadbarebox-ba08e336c85196affabb5983768c6b5996c6bb00.tar.gz
barebox-ba08e336c85196affabb5983768c6b5996c6bb00.tar.xz
gadget: f_fastboot: New Kconfig option USB_GADGET_FASTBOOT_CMD_OEM
Most fastboot commands are suitable for a secure boot environment as they only allow to download/flash/erase to files/partitions which were explicitly specified in the usbgadget command. The "oem" group of commands allows execution of arbitrary barebox commands. This needs to be disabled for secure boot devices. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/imx_v7_defconfig')
-rw-r--r--arch/arm/configs/imx_v7_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig
index 8b8178a96f..5bf908ee85 100644
--- a/arch/arm/configs/imx_v7_defconfig
+++ b/arch/arm/configs/imx_v7_defconfig
@@ -160,6 +160,7 @@ CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DFU=y
CONFIG_USB_GADGET_SERIAL=y
CONFIG_USB_GADGET_FASTBOOT=y
+CONFIG_USB_GADGET_FASTBOOT_CMD_OEM=y
CONFIG_VIDEO=y
CONFIG_DRIVER_VIDEO_IMX_IPUV3=y
CONFIG_DRIVER_VIDEO_IMX_IPUV3_LVDS=y