Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (dd0273284c7474100bcd331887443f0e4b1dcce8) |
---|---|
1 2menu "Misc Linux/SPARC drivers" 3 4config SUN_OPENPROMIO 5 tristate "/dev/openprom device support" 6 help 7 This driver provides user programs with an interface to the SPARC 8 PROM device tree. The driver implements a SunOS-compatible --- 56 unchanged lines hidden (view full) --- 65 66 To compile this driver as a module, choose M here: the 67 module will be called display7seg. 68 69 If you do not have a CompactPCI model CP1400 or CP1500, or 70 another UltraSPARC-IIi-cEngine boardset with a 7-segment display, 71 you should say N to this option. 72 | 1 2menu "Misc Linux/SPARC drivers" 3 4config SUN_OPENPROMIO 5 tristate "/dev/openprom device support" 6 help 7 This driver provides user programs with an interface to the SPARC 8 PROM device tree. The driver implements a SunOS-compatible --- 56 unchanged lines hidden (view full) --- 65 66 To compile this driver as a module, choose M here: the 67 module will be called display7seg. 68 69 If you do not have a CompactPCI model CP1400 or CP1500, or 70 another UltraSPARC-IIi-cEngine boardset with a 7-segment display, 71 you should say N to this option. 72 |
73config ORACLE_DAX 74 tristate "Oracle Data Analytics Accelerator" 75 default m if SPARC64 76 help 77 Driver for Oracle Data Analytics Accelerator, which is 78 a coprocessor that performs database operations in hardware. 79 It is available on M7 and M8 based systems only. 80 |
|
73endmenu 74 | 81endmenu 82 |