Message ID | 1441936996-18437-6-git-send-email-horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Simon Horman |
Headers | show |
On Fri, Sep 11, 2015 at 4:03 AM, Simon Horman <horms+renesas@verge.net.au> wrote: > This is present on the Renesas r8a7795 SoC and may be > used by the Salvator-X board. > > Also enable MICREL_PHY which is used on the Salvator-X board. > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index dccc685b58ae..79a09de4f52f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -97,8 +97,10 @@ CONFIG_TUN=y CONFIG_VIRTIO_NET=y CONFIG_NET_XGENE=y CONFIG_SKY2=y +CONFIG_RAVB=y CONFIG_SMC91X=y CONFIG_SMSC911X=y +CONFIG_MICREL_PHY=y # CONFIG_WLAN is not set CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y
This is present on the Renesas r8a7795 SoC and may be used by the Salvator-X board. Also enable MICREL_PHY which is used on the Salvator-X board. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> --- v2 * Enable MICREL_PHY --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)