You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Make /dev/port conditional on config symbol
Instead of having /dev/port support dependent in multiple places on a string of preprocessor symbols, define a new configuration directive for it. This ensures that all four places remain consistent with each other. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
62456726d7
commit
4f911d64e0
@@ -1071,5 +1071,11 @@ config TELCLOCK
|
||||
/sys/devices/platform/telco_clock, with a number of files for
|
||||
controlling the behavior of this hardware.
|
||||
|
||||
config DEVPORT
|
||||
bool
|
||||
depends on !M68K
|
||||
depends on ISA || PCI
|
||||
default y
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user