Skip to content

Commit b8d3d3c

Browse files
committed
dmaengine: sdxi: Move packing selection to tests
It's just the tests that use the packing APIs now. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 8d80434 commit b8d3d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/sdxi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ config SDXI
22
tristate "SDXI support"
33
select DMA_ENGINE
44
select DMA_VIRTUAL_CHANNELS
5-
select PACKING
65
help
76
Enable support for Smart Data Accelerator Interface (SDXI)
87
Platform Data Mover devices. SDXI is a vendor-neutral
@@ -13,6 +12,7 @@ config SDXI_KUNIT_TEST
1312
tristate "SDXI unit tests" if !KUNIT_ALL_TESTS
1413
depends on SDXI && KUNIT
1514
default KUNIT_ALL_TESTS
15+
select PACKING
1616
help
1717
KUnit tests for parts of the SDXI driver. Does not require
1818
SDXI hardware.

0 commit comments

Comments
 (0)