summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/zii_vf610_dev_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate defconfig filesUwe Kleine-König2020-09-231-1/+0
| | | | | | | | Done with the same script used to generate commit d952a0eeba37 ("Regenerate defconfig files"). Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: configs: Update configs to use new Kconfig FASTBOOT_* namesRobert Karszniewicz2020-07-111-1/+1
| | | | | | | | Some Kconfig symbols have been moved and renamed in commit 2879373370eb ("fastboot: split generic code from USB gadget") Signed-off-by: Robert Karszniewicz <r.karszniewicz@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* gadget: f_fastboot: New Kconfig option USB_GADGET_FASTBOOT_CMD_OEMChristian Eggers2020-02-251-0/+1
| | | | | | | | | | | | 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>
* Regenerate defconfig filesSascha Hauer2019-06-261-4/+0
| | | | | | | | | | | | | | | | Update defconfig files with the following script. for a in arch/*; do arch=$(basename $a) for c in $a/configs/*; do config=$(basename $c) export ARCH=$arch make $config && make savedefconfig && mv defconfig $c done done Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* zii_vf610_dev_defconfig: Select MDIO bus GPIO multiplexerAndrey Smirnov2017-12-061-0/+1
| | | | | | | | Select MDIO bus GPIO multiplexer to support hardware present on the board. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Update zii_vf610_dev_defconfigAndrey Smirnov2017-06-201-30/+9
| | | | | | | | | Update zii_vf610_dev_defconfig to add needed and remove unused features. Signed-off-by: Chris Healy <cphealy@gmail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX: vf610: Add support for ZII VF610 Dev FamilyAndrey Smirnov2017-02-071-0/+165
Add support for ZII VF610 Dev based designs such as: - VF610 Dev, revision B - VF610 Dev, revision C - CFU1, revision A - SPU3, revision A - SCU4 AIB, revision C Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>