aboutsummaryrefslogtreecommitdiff
path: root/examples/blink/Kconfig
blob: 9c3a502b98fceed31836ab00a75fbc3a14f5e7f8 (plain)
1
2
3
4
5
6
7
8
9
mainmenu "AVR-IOE blink configuration"

# We need CONFIG_IOPORTS, but we don't care about anything else.
config BLINK_DEFAULTS
	bool
	default y
	select CONFIG_IOPORTS

source "../../ioe.Kconfig"