configs: am62x_r5_usbdfu: extend for AM62Px
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Mon, 10 Feb 2025 11:22:26 +0000 (16:52 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 20 Feb 2025 22:07:25 +0000 (16:07 -0600)
Disable configs which are not required for USB DFU functionality, in
order to allow reusing this fragment for AM62Px SoC.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
configs/am62x_r5_usbdfu.config

index 772bb2a..f094ed1 100644 (file)
@@ -26,3 +26,6 @@ CONFIG_SPL_DFU=y
 # CONFIG_CMD_MMC is not set
 # CONFIG_CMD_FAT is not set
 # CONFIG_MMC_SDHCI is not set
+# CONFIG_SPL_MTD is not set
+# CONFIG_DMA_CHANNELS is not set
+# CONFIG_TI_K3_NAVSS_UDMA is not set