????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.143.144.95 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-3.13.0-170/drivers/of/ |
Upload File : |
config DTC bool config OF bool menu "Device Tree and Open Firmware support" depends on OF config PROC_DEVICETREE bool "Support for device tree in /proc" depends on PROC_FS && !SPARC help This option adds a device-tree directory under /proc which contains an image of the device tree that the kernel copies from Open Firmware or other boot firmware. If unsure, say Y here. config OF_SELFTEST bool "Device Tree Runtime self tests" depends on OF_IRQ help This option builds in test cases for the device tree infrastructure that are executed once at boot time, and the results dumped to the console. If unsure, say N here, but this option is safe to enable. config OF_FLATTREE bool select DTC config OF_EARLY_FLATTREE bool select OF_FLATTREE config OF_PROMTREE bool # Hardly any platforms need this. It is safe to select, but only do so if you # need it. config OF_DYNAMIC bool config OF_ADDRESS def_bool y depends on !SPARC config OF_IRQ def_bool y depends on !SPARC config OF_NET depends on NETDEVICES def_bool y config OF_MDIO def_tristate PHYLIB depends on PHYLIB help OpenFirmware MDIO bus (Ethernet PHY) accessors config OF_PCI def_tristate PCI depends on PCI help OpenFirmware PCI bus accessors config OF_PCI_IRQ def_tristate PCI depends on OF_PCI && OF_IRQ help OpenFirmware PCI IRQ routing helpers config OF_MTD depends on MTD def_bool y endmenu # OF