Skip to content

Commit

Permalink
Enable AMD 1-wire AXI IP and Zynq GPIO drivers (#3795)
Browse files Browse the repository at this point in the history
Zynq GPIO driver is used on AMD/Xilinx Kria platform for ETH phy reset.
Macb and PHY drivers are already enabled.
1 wire IP can be used for reading sensors via PMOD connector.
  • Loading branch information
michalsimek authored Jan 15, 2025
1 parent 4baca32 commit b8b1e25
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ CONFIG_PCI_HYPERV_INTERFACE=m
CONFIG_FB_HYPERV=y

CONFIG_I6300ESB_WDT=y

# GPIO support
CONFIG_GPIO_ZYNQ=m

# 1-wire
CONFIG_W1_MASTER_AMD_AXI=m

Check warning on line 65 in buildroot-external/board/arm-uefi/generic-aarch64/kernel.config

View workflow job for this annotation

GitHub Actions / Build for generic-aarch64

W1_MASTER_AMD_AXI=m not found

0 comments on commit b8b1e25

Please sign in to comment.