]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/venice2.h
kconfig: move CONFIG_OF_* to Kconfig
[karo-tx-uboot.git] / include / configs / venice2.h
index 91808e9203881c91bc3fd8c341272df88e93c2b4..b516d920c5ee2b6a2e61e468c7b0ee10d37e2068 100644 (file)
@@ -8,14 +8,12 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#include <asm/sizes.h>
+#include <linux/sizes.h>
 
 #include "tegra124-common.h"
 
 /* Enable fdt support for Venice2. Flash the image in u-boot-dtb.bin */
 #define CONFIG_DEFAULT_DEVICE_TREE     tegra124-venice2
-#define CONFIG_OF_CONTROL
-#define CONFIG_OF_SEPARATE
 
 /* High-level configuration options */
 #define V_PROMPT                       "Tegra124 (Venice2) # "
@@ -63,6 +61,7 @@
 /* USB Host support */
 #define CONFIG_USB_EHCI
 #define CONFIG_USB_EHCI_TEGRA
+#define CONFIG_USB_MAX_CONTROLLER_COUNT        2
 #define CONFIG_USB_STORAGE
 #define CONFIG_CMD_USB
 
@@ -74,6 +73,7 @@
 #define CONFIG_CMD_NET
 #define CONFIG_CMD_DHCP
 
+#include "tegra-common-usb-gadget.h"
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */