Make the netgraph ATM node compilable into the kernel.

This commit is contained in:
Hartmut Brandt 2003-06-25 13:21:04 +00:00
parent cfca62bfac
commit 02152e8f90
3 changed files with 7 additions and 0 deletions

View File

@ -443,6 +443,9 @@ options NETGRAPH_TTY
options NETGRAPH_UI
options NETGRAPH_VJC
# NgATM - Netgraph ATM
options NGATM_ATM
device mn # Munich32x/Falc54 Nx64kbit/sec cards.
device lmc # tulip based LanMedia WAN cards
device musycc # LMC/SBE LMC1504 quad T1/E1

View File

@ -1314,6 +1314,7 @@ netatm/uni/unisig_sigmgr_state.c optional atm_uni atm_core
netatm/uni/unisig_subr.c optional atm_uni atm_core
netatm/uni/unisig_util.c optional atm_uni atm_core
netatm/uni/unisig_vc_state.c optional atm_uni atm_core
netgraph/atm/ng_atm.c optional ngatm_atm
netgraph/ng_UI.c optional netgraph_UI
netgraph/ng_async.c optional netgraph_async
netgraph/ng_base.c optional netgraph

View File

@ -394,6 +394,9 @@ NETGRAPH_TTY opt_netgraph.h
NETGRAPH_UI opt_netgraph.h
NETGRAPH_VJC opt_netgraph.h
# NgATM options
NGATM_ATM opt_netgraph.h
# DRM options
DRM_DEBUG opt_drm.h