Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.21.104.16
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.4.0-204 /
drivers /
phy /
[ HOME SHELL ]
Name
Size
Permission
Action
allwinner
[ DIR ]
drwxr-xr-x
amlogic
[ DIR ]
drwxr-xr-x
broadcom
[ DIR ]
drwxr-xr-x
cadence
[ DIR ]
drwxr-xr-x
freescale
[ DIR ]
drwxr-xr-x
hisilicon
[ DIR ]
drwxr-xr-x
lantiq
[ DIR ]
drwxr-xr-x
marvell
[ DIR ]
drwxr-xr-x
mediatek
[ DIR ]
drwxr-xr-x
motorola
[ DIR ]
drwxr-xr-x
mscc
[ DIR ]
drwxr-xr-x
qualcomm
[ DIR ]
drwxr-xr-x
ralink
[ DIR ]
drwxr-xr-x
renesas
[ DIR ]
drwxr-xr-x
rockchip
[ DIR ]
drwxr-xr-x
samsung
[ DIR ]
drwxr-xr-x
socionext
[ DIR ]
drwxr-xr-x
st
[ DIR ]
drwxr-xr-x
tegra
[ DIR ]
drwxr-xr-x
ti
[ DIR ]
drwxr-xr-x
Kconfig
2.05
KB
-rw-r--r--
Makefile
831
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Kconfig
# SPDX-License-Identifier: GPL-2.0-only # # PHY # menu "PHY Subsystem" config GENERIC_PHY bool "PHY Core" help Generic PHY support. This framework is designed to provide a generic interface for PHY devices present in the kernel. This layer will have the generic API by which phy drivers can create PHY using the phy framework and phy users can obtain reference to the PHY. All the users of this framework should select this config. config GENERIC_PHY_MIPI_DPHY bool help Generic MIPI D-PHY support. Provides a number of helpers a core functions for MIPI D-PHY drivers to us. config PHY_LPC18XX_USB_OTG tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver" depends on OF && (ARCH_LPC18XX || COMPILE_TEST) depends on MFD_SYSCON select GENERIC_PHY help Enable this to support NXP LPC18xx/43xx internal USB OTG PHY. This driver is need for USB0 support on LPC18xx/43xx and takes care of enabling and clock setup. config PHY_PISTACHIO_USB tristate "IMG Pistachio USB2.0 PHY driver" depends on MACH_PISTACHIO select GENERIC_PHY help Enable this to support the USB2.0 PHY on the IMG Pistachio SoC. config PHY_XGENE tristate "APM X-Gene 15Gbps PHY support" depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST) select GENERIC_PHY help This option enables support for APM X-Gene SoC multi-purpose PHY. source "drivers/phy/allwinner/Kconfig" source "drivers/phy/amlogic/Kconfig" source "drivers/phy/broadcom/Kconfig" source "drivers/phy/cadence/Kconfig" source "drivers/phy/freescale/Kconfig" source "drivers/phy/hisilicon/Kconfig" source "drivers/phy/lantiq/Kconfig" source "drivers/phy/marvell/Kconfig" source "drivers/phy/mediatek/Kconfig" source "drivers/phy/motorola/Kconfig" source "drivers/phy/mscc/Kconfig" source "drivers/phy/qualcomm/Kconfig" source "drivers/phy/ralink/Kconfig" source "drivers/phy/renesas/Kconfig" source "drivers/phy/rockchip/Kconfig" source "drivers/phy/samsung/Kconfig" source "drivers/phy/socionext/Kconfig" source "drivers/phy/st/Kconfig" source "drivers/phy/tegra/Kconfig" source "drivers/phy/ti/Kconfig" endmenu
Close