mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +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
|
if ARCH_AT90USB
|
||||||
comment "AT90USB Configuration Options"
|
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
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user