summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-08-19 15:51:30 +0000
committerian <ian@FreeBSD.org>2013-08-19 15:51:30 +0000
commite00759b29f7a5b4fd72ae2652674aa7bc4781921 (patch)
tree3e48a7f8d97b95752a2fcbb90b4516ea0b3e0cc8 /sys/conf/options
parentaf6a4d3dba7e85186f23ddf2a8f3eaf9cc20517f (diff)
downloadFreeBSD-src-e00759b29f7a5b4fd72ae2652674aa7bc4781921.zip
FreeBSD-src-e00759b29f7a5b4fd72ae2652674aa7bc4781921.tar.gz
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.
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 ed37a8e..09276e8 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
OpenPOWER on IntegriCloud