]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sunxi/Kconfig
sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default
[karo-tx-uboot.git] / board / sunxi / Kconfig
index e744d4af4e434f8e224902b6989974d4e497d39a..b2eca51ffb4b2343fa4341c6578fbaf47fd52286 100644 (file)
@@ -581,4 +581,10 @@ config DM_SERIAL
 config DM_USB
        default y if !USB_MUSB_SUNXI
 
+config CMD_SETEXPR
+       default y
+
+config CMD_NET
+       default y
+
 endif