]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx48/Kconfig
karo: tx48: fix build error "undefined reference to `mmc_legacy_init'"
[karo-tx-uboot.git] / board / karo / tx48 / Kconfig
index ea17d4c87b4d39fe8721ca163194b06ea889e12a..f2dd29fb2100bc452e376c81522579ef09f849b6 100644 (file)
@@ -12,4 +12,11 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "tx48"
 
+config TX48
+       bool
+       default y
+       select PHYLIB
+       select SPL
+       select MMC if CMD_MMC
+
 endif