diff options
author | Hans de Goede | 2015-06-03 20:08:37 +0200 |
---|---|---|
committer | Hans de Goede | 2015-06-05 21:09:14 +0200 |
commit | 277af820b5207d43473869da2c86412d2b51d461 (patch) | |
tree | 3a24696cbb236f22f8f93fd84e9776f556a1996e /board/sunxi/Kconfig | |
parent | 348cce20efca09a340e75bef8654684782d320ba (diff) |
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/sunxi/Kconfig')
-rw-r--r-- | board/sunxi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index e744d4af4e4..b2eca51ffb4 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 |