You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/programmer.h
|
|
+++ b/programmer.h
|
|
@@ -557,7 +557,7 @@ enum spi_controller {
|
|
#if CONFIG_DEDIPROG == 1
|
|
SPI_CONTROLLER_DEDIPROG,
|
|
#endif
|
|
-#if CONFIG_OGP_SPI == 1 || CONFIG_NICINTEL_SPI == 1 || CONFIG_RAYER_SPI == 1 || CONFIG_PONY_SPI == 1 || (CONFIG_INTERNAL == 1 && (defined(__i386__) || defined(__x86_64__)))
|
|
+#if CONFIG_OGP_SPI == 1 || CONFIG_NICINTEL_SPI == 1 || CONFIG_RAYER_SPI == 1 || CONFIG_PONY_SPI == 1 || CONFIG_INTERNAL == 1
|
|
SPI_CONTROLLER_BITBANG,
|
|
#endif
|
|
#if CONFIG_LINUX_SPI == 1
|