aboutsummaryrefslogtreecommitdiff
path: root/examples/blink/Kconfig
blob: ba7889ca2d12ef8714a70f213bd67acf99d22d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

config CONFIG_BLINK_IO
	string "Output pin used to connect led"
	depends on BLINK_DEFAULTS
	default "IO_B0"

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