Defer interrupt work to a tasklet

configname: CONFIG_ATM_FORE200E_USE_TASKLET

Linux Kernel Configuration
└─>Device Drivers
└─>Network device support
└─>ATM drivers
└─>Defer interrupt work to a tasklet
In linux kernel since version 2.6.12  
This defers work to be done by the interrupt handler to a
tasklet instead of handling everything at interrupt time. This
may improve the responsive of the host.