coreboot-kgpe-d16/src/superio
Keith Hui f5472a10c6 superio/winbond/w83977tf: Only list IR logical device if needed
Really old versions of W83977TF Super I/O had an IR logical device, but
is no longer the case. It does not exist in the newer W83977EF version,
installed in some Asus P2B family boards, and served by this same code.

Add a config option on the off chance we may see board with it (as if
we would) and don't include this device unless it is set. Saves us from
the need to declare a not-present device off and/or extraneous PNP
device errors about a not-present device.

Change-Id: I761ebc41f1735a03e768339a68ca139167edc095
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41004
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-05-11 09:28:35 +00:00
..
acpi superio/{acpi,common}: Improve code formatting 2020-03-31 17:01:45 +00:00
aspeed acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
common acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
fintek superio/fintek/f81216h: Drop support 2020-05-05 13:00:12 +00:00
ite superio/ite: Improve code formatting 2020-03-31 17:00:56 +00:00
nsc src/superio: replace license boilerplate with SPDX 2020-01-30 12:08:41 +00:00
nuvoton acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
renesas src/superio: replace license boilerplate with SPDX 2020-01-30 12:08:41 +00:00
serverengines src/superio: replace license boilerplate with SPDX 2020-01-30 12:08:41 +00:00
smsc superio/smsc: Improve code formatting 2020-03-31 16:58:53 +00:00
winbond superio/winbond/w83977tf: Only list IR logical device if needed 2020-05-11 09:28:35 +00:00
Makefile.inc src/superio: replace license boilerplate with SPDX 2020-01-30 12:08:41 +00:00