aboutsummaryrefslogtreecommitdiff
path: root/nrf24l01p/conffile
blob: bbd1fc0a33787888cb387a337f5d8b60943c83f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
comb port {
    char "Class" "Port class"
    int "Port" "Port number"
} "$1$2" "Specifies port. Combination of class and port. Now set: $1$2"

enum nrf_spi {
    spi, usi, usart
}

menu "nrf24l01p" "Driver for nRF24L01+"

NRF_SPII: (spi SPI_MASTER) || (usi SPI_USI_MASTER)
    type nrf_spi
    default spi
    menu "SPI interface" "Specify SPI interface"

NRF_CSN_PORT:
    type port
    nodefault
    menu "SPI CSN Port" "SPI Chip select port"

NRF_CE_PORT:
    type port
    nodefault
    menu "CE port" "Chip enable port"

endmenu