Sfoglia il codice sorgente

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc

David S. Miller 7 anni fa
parent
commit
a68277b786
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      drivers/sbus/char/Kconfig

+ 2 - 1
drivers/sbus/char/Kconfig

@@ -72,7 +72,8 @@ config DISPLAY7SEG
 
 config ORACLE_DAX
 	tristate "Oracle Data Analytics Accelerator"
-	default m if SPARC64
+	depends on SPARC64
+	default m
 	help
 	 Driver for Oracle Data Analytics Accelerator, which is
 	 a coprocessor that performs database operations in hardware.