Go to file
Tomasz Bursztyka edb863c79f pci: Removing bogus and finally useless optimization
No need to keep track of PCI class's bus and dev. First, there might be
more than 1 bus and/or 1 device which would hold the same class.
Secondly, with the new PCI_ENUMERATION option, enumeration PCI device is
now optional and it's advised to unset such option and statically
configure the PCI information of the devices (to gain in booting time
and code size). So finally removing all of this.

Change-Id: I395d08c8f6f5e76431af59aa6fc9b30d703f2e75
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-02-05 20:15:35 -05:00
arch kconfig: add NSIM option to arch Kconfig 2016-02-05 20:15:35 -05:00
doc
drivers pci: Removing bogus and finally useless optimization 2016-02-05 20:15:35 -05:00
include Add option to enable HW flow control for UART 2016-02-05 20:15:35 -05:00
kernel
lib
misc Kconfig: reorganise misc/Kconfig 2016-02-05 20:15:35 -05:00
net
samples
scripts
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
Makefile
Makefile.inc
zephyr-env.sh