gl-ar750 gpio support is required for USB to work

_legacy_ gpio sysfs interface is required  by the openwrt
ath79 phy usb driver
module-based-network
Daniel Barlow 2023-03-17 11:42:01 +00:00
parent 71ae8f8784
commit 3f11a3c708
1 changed files with 6 additions and 1 deletions

View File

@ -192,7 +192,12 @@
SPI_AR934X= "y";
SPI_BITBANG= "y";
SPI_GPIO= "y";
GPIO_ATH79 = "y";
GPIOLIB = "y";
EXPERT="y";
GPIO_SYSFS = "y"; # required by patches-5.15/0004-phy-add-ath79-usb-phys.patch
OF_GPIO = "y";
SYSFS = "y";
SPI = "y";
MTD = "y";
MTD_CMDLINE_PARTS = "y";