From: Adrian Bunk The legacy eicon driver in drivers/isdn/eicon is the old one and will be removed as soon as all features went to the new driver. Anyway this old driver was never meant to be non-module. 25-akpm/drivers/isdn/eicon/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/isdn/eicon/Kconfig~eicon-linkage-fix drivers/isdn/eicon/Kconfig --- 25/drivers/isdn/eicon/Kconfig~eicon-linkage-fix Wed Nov 12 11:48:26 2003 +++ 25-akpm/drivers/isdn/eicon/Kconfig Wed Nov 12 11:48:26 2003 @@ -13,7 +13,7 @@ config ISDN_DRV_EICON choice prompt "Eicon active card support" optional - depends on ISDN_DRV_EICON && ISDN + depends on ISDN_DRV_EICON && ISDN && m config ISDN_DRV_EICON_DIVAS tristate "Eicon driver" _