From: David S. Miller Date: Mon, 31 Jul 2006 03:20:54 +0000 (-0700) Subject: [ATALK]: Make CONFIG_DEV_APPLETALK a tristate. X-Git-Tag: v2.6.18-rc4~65^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cac2c35e26cc44978df654306bb92d7cfe7e2de;p=pandora-kernel.git [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 --- Reading git-diff-tree failed