commit | 5e69947f51d72a2f75f2132c2cc8bae3f0ebcdef | [log] [tgz] |
---|---|---|
author | Quentin Armitage <quentin@armitage.org.uk> | Wed Oct 28 00:47:17 2015 +0000 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Tue Nov 17 23:41:41 2015 +0100 |
tree | 42a1c3bd173018c2c65d114a0d072dc63006c964 | |
parent | 82a19de3d2d5430ce401b6933dbfce39a45bb26c [diff] |
arm: kirkwood: Move configuration of some commands to _defconfig files For Marvell plugs, move the configuration of DHCP, NAND/SF, PING and USB commands, and HUSH_PARSER into the _defconfig file, rather than the include/configs/*plug.h files. This avoids compiler warnings of duplicate definitions if the option is selected in the .config, but also defined in the include/configs/*plug.h file. Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>