diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2015-11-01 23:31:47 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-11-20 12:47:37 -0500 |
commit | 0dc18e252b5341edc2770f0a9a8ce4554a86a73a (patch) | |
tree | f7f950fe6702a3ed7d5b600563beab49e2c9cc91 /arch/arm64/configs | |
parent | 316d9df674e4373711943fa3de34c6d1397cac66 (diff) |
arm64: defconfig: enable EthernetAVB
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>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 206dfd99295c..a7776cd9ffca 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -100,8 +100,10 @@ CONFIG_TUN=y | |||
100 | CONFIG_VIRTIO_NET=y | 100 | CONFIG_VIRTIO_NET=y |
101 | CONFIG_NET_XGENE=y | 101 | CONFIG_NET_XGENE=y |
102 | CONFIG_SKY2=y | 102 | CONFIG_SKY2=y |
103 | CONFIG_RAVB=y | ||
103 | CONFIG_SMC91X=y | 104 | CONFIG_SMC91X=y |
104 | CONFIG_SMSC911X=y | 105 | CONFIG_SMSC911X=y |
106 | CONFIG_MICREL_PHY=y | ||
105 | # CONFIG_WLAN is not set | 107 | # CONFIG_WLAN is not set |
106 | CONFIG_INPUT_EVDEV=y | 108 | CONFIG_INPUT_EVDEV=y |
107 | CONFIG_KEYBOARD_GPIO=y | 109 | CONFIG_KEYBOARD_GPIO=y |