Set the default for MV88E61XX_FIXED_PORTS to 0x0 in Kconfig, and move
the comment from code to the help to explain what this does.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
config MV88E61XX_FIXED_PORTS
hex "Bitmask of PHYless serdes Ports"
+ default 0x0
+ help
+ These are ports without PHYs that may be wired directly to other
+ serdes interfaces
endif # MV88E61XX_SWITCH
#error Define CONFIG_MV88E61XX_CPU_PORT to the port the CPU is attached to
#endif
-/*
- * These are ports without PHYs that may be wired directly
- * to other serdes interfaces
- */
-#ifndef CONFIG_MV88E61XX_FIXED_PORTS
-#define CONFIG_MV88E61XX_FIXED_PORTS 0
-#endif
-
/* ID register values for different switch models */
#define PORT_SWITCH_ID_6020 0x0200
#define PORT_SWITCH_ID_6070 0x0700