drivers, block: remove sil680 driver
[platform/kernel/u-boot.git] / board / mpl / mip405 / Kconfig
index 48ba91a..e003a43 100644 (file)
@@ -1,4 +1,4 @@
-if TARGET_MIP405
+if TARGET_MIP405 || TARGET_MIP405T
 
 config SYS_BOARD
        default "mip405"
@@ -9,4 +9,9 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "MIP405"
 
+config ISO_STRING
+       string
+       default "MEV-10082-001" if TARGET_MIP405T
+       default "MEV-10072-001" if TARGET_MIP405
+
 endif