aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2013-08-19 15:51:30 +0000
committerIan Lepore <ian@FreeBSD.org>2013-08-19 15:51:30 +0000
commit1662b008712d70e61a945752778bb2e2f5bcb390 (patch)
tree3e48a7f8d97b95752a2fcbb90b4516ea0b3e0cc8 /sys/conf/options
parentc438c6eb7033ec7f201d97a0b2985e44db5b405c (diff)
downloadsrc-1662b008712d70e61a945752778bb2e2f5bcb390.tar.gz
src-1662b008712d70e61a945752778bb2e2f5bcb390.zip
Allow UART_POLL_FREQ to be set as a kernel option as well as via tunable
(the code was already set up for this, just needs to be in conf/options). Also, if reporting that polling is being used, report the frequency too.
Notes
Notes: svn path=/head/; revision=254534
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index ed37a8e513d2..09276e8d4c3e 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -641,8 +641,9 @@ BKTR_SIS_VIA_MODE opt_bktr.h
BKTR_USE_FREEBSD_SMBUS opt_bktr.h
BKTR_NEW_MSP34XX_DRIVER opt_bktr.h
-# Options to support PPS
+# Options for uart(4)
UART_PPS_ON_CTS opt_uart.h
+UART_POLL_FREQ opt_uart.h
# options for bus/device framework
BUS_DEBUG opt_bus.h