Skip to content

Commit 0983834

Browse files
sagsifivepalmer-dabbelt
authored andcommitted
riscv: defconfig: enable gpio support for HiFive Unleashed
Ethernet phy VSC8541-01 on HiFive Unleashed has its reset line connected to a gpio, so enable GPIO driver's required to reset the phy. Signed-off-by: Sagar Shrikant Kadam <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent a0fa9d7 commit 0983834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ CONFIG_HW_RANDOM=y
6464
CONFIG_HW_RANDOM_VIRTIO=y
6565
CONFIG_SPI=y
6666
CONFIG_SPI_SIFIVE=y
67+
CONFIG_GPIOLIB=y
68+
CONFIG_GPIO_SIFIVE=y
6769
# CONFIG_PTP_1588_CLOCK is not set
6870
CONFIG_POWER_RESET=y
6971
CONFIG_DRM=y

0 commit comments

Comments
 (0)