From 5ba5b45c413f8263679977ff818c881b24bd8cff Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 18 Nov 2012 22:35:11 +0100 Subject: [PATCH] kernel: Move DEVICE_POLLING to the bottom of 'options'. --- sys/conf/options | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/conf/options b/sys/conf/options index 3bd0f8a82d..210ec942a8 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -553,9 +553,6 @@ FDC_DEBUG opt_fdc.h PCFCLOCK_VERBOSE opt_pcfclock.h PCFCLOCK_MAX_RETRIES opt_pcfclock.h -# Polling device handling -DEVICE_POLLING opt_dontuse.h - # Network device queue based polling IFPOLL_ENABLE opt_ifpoll.h @@ -695,4 +692,5 @@ PANIC_REBOOT_WAIT_TIME opt_panic.h # Obsolete options (will be removed in the future) # +DEVICE_POLLING opt_dontuse.h SMP opt_dontuse.h -- 2.41.0