From db917fbfed5ab26d0b86d567a9729ed14c26cc99 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sun, 15 Jan 2012 05:03:08 +0000 Subject: configs: Remove CONFIG_NET_MULTI from board files CONFIG_NET_MULTI is not used anymore, so remove it from board files. Cc: Marek Vasut Cc: Stefano Babic Cc: Kumar Gala Cc: Sandeep Paulraj Signed-off-by: Fabio Estevam Acked-by: Tom Rini Acked-by: Mike Frysinger Acked-by: Marek Vasut Acked-by: Heiko Schocher Acked-by: Kumar Gala Acked-by: Stefano Babic Tested-by: Marek Vasut Tested-by: Heiko Schocher --- include/configs/PM828.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/PM828.h') diff --git a/include/configs/PM828.h b/include/configs/PM828.h index 28666d6..74ced5a 100644 --- a/include/configs/PM828.h +++ b/include/configs/PM828.h @@ -100,11 +100,9 @@ * * if CONFIG_ETHER_ON_SCC is selected, then * - CONFIG_ETHER_INDEX must be set to the channel number (1-4) - * - CONFIG_NET_MULTI must not be defined * * if CONFIG_ETHER_ON_FCC is selected, then * - one or more CONFIG_ETHER_ON_FCCx (x=1,2,3) must also be selected - * - CONFIG_NET_MULTI must be defined * * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset. -- cgit v1.1