From 028c7f8c571ea2d9ad1910b196a8788d06dcc203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 2 Apr 2015 11:31:18 +0200 Subject: Move external devices to separated repositopries --- nrf24l01p/conffile | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 nrf24l01p/conffile (limited to 'nrf24l01p/conffile') diff --git a/nrf24l01p/conffile b/nrf24l01p/conffile deleted file mode 100644 index bbd1fc0..0000000 --- a/nrf24l01p/conffile +++ /dev/null @@ -1,27 +0,0 @@ -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 -- cgit v1.2.3