[ISAPNP] Disable bus scan on unsupported platforms
authorDmitry Borisov <di.sean@protonmail.com>
Sat, 20 Mar 2021 14:53:32 +0000 (20:53 +0600)
committerDmitry Borisov <di.sean@protonmail.com>
Sun, 20 Jun 2021 13:24:32 +0000 (19:24 +0600)
commit8939abf1137cfa82a082bdc329dc43693bb3f49b
treeecd6674364ab01d319ecb62a43dee361a810c1c1
parente318d2294058787af83710feb4b581ba36282d46
[ISAPNP] Disable bus scan on unsupported platforms

This speeds up boot a bit and also decreases binary size.

- Introduce a new CMake define ISAPNP_ENABLE that defined only in x86 platform
  when ISA PnP is supported.
drivers/bus/isapnp/CMakeLists.txt
drivers/bus/isapnp/stub.c [new file with mode: 0644]
sdk/cmake/config.cmake