repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/*/gpio: Remove local macros for bidirectional GPIO
[coreboot2.git]
/
src
/
mainboard
/
asrock
/
b75pro3-m
/
acpi
/
superio.asl
blob
1eae4b21da88e088d5867ba0b380e3ab5fc01b1b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#undef SUPERIO_DEV
4
#undef SUPERIO_PNP_BASE
5
#define SUPERIO_DEV SIO0
6
#define SUPERIO_PNP_BASE 0x2e
7
8
#define NCT6776_SHOW_SP1 1
9
#define NCT6776_SHOW_KBC 1
10
11
#include "superio/nuvoton/nct6776/acpi/superio.asl"