forked from DGNum/liminix
gl-ar750 gpio support is required for USB to work
_legacy_ gpio sysfs interface is required by the openwrt ath79 phy usb driver
This commit is contained in:
parent
71ae8f8784
commit
3f11a3c708
1 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue