summaryrefslogtreecommitdiff
path: root/configs/warp7_secure_defconfig
Commit message (Collapse)AuthorAgeLines
* dfu: Migrate to KconfigTom Rini2016-09-27-0/+1
| | | | | | | | | | | Introduce a hidden USB_FUNCTION_DFU Kconfig option and select it for CMD_DFU (as we must have the DFU command enabled to do anything DFU). Make all of the entries in drivers/dfu/Kconfig depend on CMD_DFU and add options for all of the back end choices that DFU can make use of. Cc: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com>
* configs: Re-syncTom Rini2016-09-20-3/+3
| | | | Signed-off-by: Tom Rini <trini@konsulko.com>
* warp7: Add a secure mode targetFabio Estevam2016-09-06-0/+36
NXP kernel expects to boot in secure mode, so introduce warp7_secure_defconfig target which selects CONFIG_ARMV7_BOOT_SEC_DEFAULT. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>