blob: c264b9fd193ab4bdbac5a4fc54c4c828b0f700e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
mainmenu "AVR-IOE spiblink slave configuration"
# We need CONFIG_IOPORTS, but we don't care about anything else.
config SPIBLINK_SLAVE_DEFAULTS
bool
default y
select CONFIG_SPI
select CONFIG_IOPORTS
config CONFIG_BLINK_IO
string "Output pin used to connect led"
depends on SPIBLINK_SLAVE_DEFAULTS
default "IO_B0"
source "../../../ioe.Kconfig"
|