Skip to content

Commit d73a8e2

Browse files
committed
misc: Kconfig: ensure adi-axi-data-offload.c compiled as module
As a bool, the driver cannot be compile as a module, even though the driver supports it. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 46c8d85 commit d73a8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ config AD525X_DPOT_SPI
5151
module will be called ad525x_dpot-spi.
5252

5353
config ADI_AXI_DATA_OFFLOAD
54-
bool "support Analog Devices Data Offload Engine"
54+
tristate "support Analog Devices Data Offload Engine"
5555
depends on HAS_IOMEM
5656
depends on OF
5757
help

0 commit comments

Comments
 (0)