mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Refresh all configurations that have Telnetd enabled; those configurations now also need the telnet driver
This commit is contained in:
@@ -192,6 +192,7 @@ CONFIG_SAMV7_HAVE_SPI0=y
|
||||
CONFIG_SAMV7_HAVE_SPI1=y
|
||||
# CONFIG_SAMV7_QSPI_IS_SPI is not set
|
||||
# CONFIG_SAMV7_SSC is not set
|
||||
# CONFIG_SAMV7_HAVE_TC is not set
|
||||
CONFIG_SAMV7_HAVE_TWIHS2=y
|
||||
# CONFIG_SAMV7_HAVE_USBFS is not set
|
||||
CONFIG_SAMV7_HAVE_USBHS=y
|
||||
@@ -233,14 +234,6 @@ CONFIG_SAMV7_HSMCI0=y
|
||||
# CONFIG_SAMV7_TC1 is not set
|
||||
# CONFIG_SAMV7_TC2 is not set
|
||||
# CONFIG_SAMV7_TC3 is not set
|
||||
# CONFIG_SAMV7_TC4 is not set
|
||||
# CONFIG_SAMV7_TC5 is not set
|
||||
# CONFIG_SAMV7_TC6 is not set
|
||||
# CONFIG_SAMV7_TC7 is not set
|
||||
# CONFIG_SAMV7_TC8 is not set
|
||||
# CONFIG_SAMV7_TC9 is not set
|
||||
# CONFIG_SAMV7_TC10 is not set
|
||||
# CONFIG_SAMV7_TC11 is not set
|
||||
# CONFIG_SAMV7_TRNG is not set
|
||||
CONFIG_SAMV7_TWIHS0=y
|
||||
# CONFIG_SAMV7_TWIHS1 is not set
|
||||
@@ -255,8 +248,8 @@ CONFIG_SAMV7_UART3=y
|
||||
# CONFIG_SAMV7_USART0 is not set
|
||||
# CONFIG_SAMV7_USART1 is not set
|
||||
# CONFIG_SAMV7_USART2 is not set
|
||||
# CONFIG_SAMV7_WDT0 is not set
|
||||
# CONFIG_SAMV7_WDT1 is not set
|
||||
# CONFIG_SAMV7_WDT is not set
|
||||
# CONFIG_SAMV7_RSWDT is not set
|
||||
CONFIG_SAMV7_GPIO_IRQ=y
|
||||
CONFIG_SAMV7_GPIOA_IRQ=y
|
||||
CONFIG_SAMV7_GPIOB_IRQ=y
|
||||
@@ -399,6 +392,8 @@ CONFIG_DISABLE_OS_API=y
|
||||
#
|
||||
# Clocks and Timers
|
||||
#
|
||||
CONFIG_ARCH_HAVE_TICKLESS=y
|
||||
# CONFIG_SCHED_TICKLESS is not set
|
||||
CONFIG_USEC_PER_TICK=10000
|
||||
# CONFIG_SYSTEM_TIME64 is not set
|
||||
# CONFIG_CLOCK_MONOTONIC is not set
|
||||
@@ -597,6 +592,9 @@ CONFIG_NETDEVICES=y
|
||||
# General Ethernet MAC Driver Options
|
||||
#
|
||||
# CONFIG_NETDEV_LOOPBACK is not set
|
||||
CONFIG_NETDEV_TELNET=y
|
||||
CONFIG_TELNET_RXBUFFER_SIZE=256
|
||||
CONFIG_TELNET_TXBUFFER_SIZE=256
|
||||
# CONFIG_NETDEV_MULTINIC is not set
|
||||
CONFIG_ARCH_HAVE_NETDEV_STATISTICS=y
|
||||
CONFIG_NETDEV_STATISTICS=y
|
||||
@@ -852,6 +850,7 @@ CONFIG_FAT_MAXFNAME=32
|
||||
# CONFIG_FS_SMARTFS is not set
|
||||
# CONFIG_FS_BINFS is not set
|
||||
CONFIG_FS_PROCFS=y
|
||||
# CONFIG_FS_PROCFS_REGISTER is not set
|
||||
|
||||
#
|
||||
# Exclude individual procfs entries
|
||||
|
||||
Reference in New Issue
Block a user