]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: endpoint: Select CRC32 to fix test build error
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 12 Jun 2017 20:43:03 +0000 (15:43 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 12 Jun 2017 20:46:13 +0000 (15:46 -0500)
commit9f9bada79661d9cb12eb35ce3405ac9ea4ef0403
treeb6619085da99f388f361e588ea377c64520e185a
parent0f73e196d271b9768e56c0ac96e776f3f0f4fb6a
PCI: endpoint: Select CRC32 to fix test build error

The PCI endpoint test driver uses crc32_le() so it should select
CRC32.  Fixes this build error (when CRC32=m):

  drivers/built-in.o: In function `pci_epf_test_cmd_handler':
  pci-epf-test.c:(.text+0x2d98d): undefined reference to `crc32_le'

Fixes: a5c11ce59e0d ("PCI: endpoint: functions: Add an EP function to test PCI")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/pci/endpoint/functions/Kconfig