dm: Add support for scsi/sata based devices
[oweals/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 58a9d9b743949263401d9444df5729f95dcb9363..a44ac9149c5d51033d759cf050b60cbe2f3537de 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -55,12 +55,13 @@ config CC_OPTIMIZE_FOR_SIZE
 
 config DISTRO_DEFAULTS
        bool "Select defaults suitable for booting general purpose Linux distributions"
-       default y if ARCH_SUNXI
+       default y if ARCH_SUNXI || TEGRA
        default y if ARCH_LS2080A
        default n
        select CMD_BOOTZ if ARM && !ARM64
        select CMD_BOOTI if ARM64
        select CMD_DHCP
+       select CMD_PXE
        select CMD_EXT2
        select CMD_EXT4
        select CMD_FAT