diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-02-25 13:56:10 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-02-25 13:56:10 +0000 |
commit | adcc71b524235a7943ac21627866970b5fd3fa58 (patch) | |
tree | 4913a18f98c911b31d9b31d144d6d798e1ffd3f3 /packages/linux/openslug-kernel-2.6.9 | |
parent | f233cf74a7d885074480de265cfa86470423374f (diff) |
Added other required config defines to OpenSlug kernel for netconsole
BKrev: 421f2e7a90iEtE_mYOM4dgDIwXo4ng
Diffstat (limited to 'packages/linux/openslug-kernel-2.6.9')
-rw-r--r-- | packages/linux/openslug-kernel-2.6.9/defconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/linux/openslug-kernel-2.6.9/defconfig b/packages/linux/openslug-kernel-2.6.9/defconfig index a7c811d544..288cb4b7d4 100644 --- a/packages/linux/openslug-kernel-2.6.9/defconfig +++ b/packages/linux/openslug-kernel-2.6.9/defconfig @@ -392,8 +392,10 @@ CONFIG_NET_CLS_POLICE=y # Network testing # CONFIG_NET_PKTGEN=m -# CONFIG_NETPOLL is not set -# CONFIG_NET_POLL_CONTROLLER is not set +CONFIG_NETPOLL=y +CONFIG_NETPOLL_RX=y +CONFIG_NETPOLL_TRAP=y +CONFIG_NET_POLL_CONTROLLER=y # CONFIG_HAMRADIO is not set # CONFIG_IRDA is not set CONFIG_BT=m |