summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-06-03 20:08:37 +0200
committerHans de Goede <hdegoede@redhat.com>2015-06-05 21:09:14 +0200
commit277af820b5207d43473869da2c86412d2b51d461 (patch)
tree3a24696cbb236f22f8f93fd84e9776f556a1996e /board
parent348cce20efca09a340e75bef8654684782d320ba (diff)
downloadtalos-obmc-uboot-277af820b5207d43473869da2c86412d2b51d461.tar.gz
talos-obmc-uboot-277af820b5207d43473869da2c86412d2b51d461.zip
sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default
Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default rather then needing to have this in every sunxi defconfig file. This also fixes the Merrii_A80_Optimus defconfig no longer building. Cc: Maxin B. John <maxin.john@enea.com> Reported-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board')
-rw-r--r--board/sunxi/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index e744d4af4e..b2eca51ffb 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -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
OpenPOWER on IntegriCloud