mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
configs/teensy/nettest: Configuration converted to use the kconfig-frontends tools
This commit is contained in:
@@ -6,4 +6,30 @@
|
||||
if ARCH_AT90USB
|
||||
comment "AT90USB Configuration Options"
|
||||
|
||||
menu "AT90USB Peripheral Selections"
|
||||
|
||||
config AVR_SPI
|
||||
bool "SPI"
|
||||
default n
|
||||
|
||||
config AVR_USART1
|
||||
bool "USART1"
|
||||
default n
|
||||
|
||||
config AVR_USBDEV
|
||||
bool "USB device"
|
||||
default n
|
||||
|
||||
config AVR_WDT
|
||||
bool "Watchdog"
|
||||
default n
|
||||
|
||||
endmenu # AT90USB Peripheral Selections
|
||||
|
||||
config AVR_GPIOIRQ
|
||||
bool "GPIO pin interrupts"
|
||||
default n
|
||||
---help---
|
||||
Enable support for interrupting GPIO pins
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user