Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ATALK]: Make CONFIG_DEV_APPLETALK a tristate.

Otherwise we allow building appletalk drivers in-kernel when
CONFIG_ATALK is modular. That doesn't work because these drivers use
symbols such as "alloc_talkdev" which is exported from code built
by CONFIG_ATALK.

Noticed by Toralf Förster.

Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

David S. Miller and committed by
David S. Miller
9cac2c35 f4d26fb3

+1 -1
+1 -1
drivers/net/appletalk/Kconfig
··· 29 29 even politically correct people are allowed to say Y here. 30 30 31 31 config DEV_APPLETALK 32 - bool "Appletalk interfaces support" 32 + tristate "Appletalk interfaces support" 33 33 depends on ATALK 34 34 help 35 35 AppleTalk is the protocol that Apple computers can use to communicate