]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/config_fallbacks.h
nand: lpc32xx: add SLC NAND controller support
[karo-tx-uboot.git] / include / config_fallbacks.h
index 508db5626bbeb9fa533ce2ee0ee3731e664659d5..ddfe0450d21c780e44cacf4f26b91d1e15a059a9 100644 (file)
 #undef CONFIG_IMAGE_FORMAT_LEGACY
 #endif
 
+#ifdef CONFIG_DM_I2C
+# ifdef CONFIG_SYS_I2C
+#  error "Cannot define CONFIG_SYS_I2C when CONFIG_DM_I2C is used"
+# endif
+#endif
+
 #endif /* __CONFIG_FALLBACKS_H */