usb: net: migrate USB Ethernet adapters to Kconfig
[platform/kernel/u-boot.git] / arch / arm / mach-exynos / Kconfig
index d1aa68d..5ac047d 100644 (file)
@@ -8,7 +8,6 @@ config ARCH_EXYNOS4
        bool "Exynos4 SoC family"
        select CPU_V7
        select BOARD_EARLY_INIT_F
-       imply ENV_IS_IN_MMC
        help
          Samsung Exynos4 SoC family are based on ARM Cortex-A9 CPU. There
          are multiple SoCs in this family including Exynos4210, Exynos4412,
@@ -22,6 +21,9 @@ config ARCH_EXYNOS5
        imply CRC32_VERIFY
        imply CMD_HASH
        imply HASH_VERIFY
+       imply USB_ETHER_RTL8152
+       imply USB_ETHER_ASIX
+       imply USB_ETHER_SMSC95XX
        help
          Samsung Exynos5 SoC family are based on ARM Cortex-A15 CPU (and
          Cortex-A7 CPU in big.LITTLE configuration). There are multiple SoCs
@@ -161,4 +163,7 @@ source "board/samsung/smdk5250/Kconfig"
 source "board/samsung/smdk5420/Kconfig"
 source "board/samsung/espresso7420/Kconfig"
 
+config SPL_LDSCRIPT
+       default "board/samsung/common/exynos-uboot-spl.lds" if ARCH_EXYNOS5 || ARCH_EXYNOS4
+
 endif