diff options
| author | Niklas Schnelle <[email protected]> | 2024-04-05 13:18:31 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-04-08 11:56:56 +0100 |
| commit | a29689e60ed3e65463d6462390caad669d08a6b7 (patch) | |
| tree | 1bdcf36dc7d8831bf834ceab14b2fe7a7c51db7d /tools/perf/scripts/python/syscall-counts.py | |
| parent | 6e51d9144a941678ee8d39753e78cd018d5c063f (diff) | |
net: handle HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at
compile time. We thus need to add HAS_IOPORT as dependency for
those drivers requiring them. For the DEFXX driver the use of I/O
ports is optional and we only need to fence specific code paths. It also
turns out that with HAS_IOPORT handled explicitly HAMRADIO does not need
the !S390 dependency and successfully builds the bpqether driver.
Acked-by: Marc Kleine-Budde <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Acked-by: Maciej W. Rozycki <[email protected]>
Co-developed-by: Arnd Bergmann <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Niklas Schnelle <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions