• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3config DRIVER_SIEMENS_NC_FPGA
4	bool
5	default n
6
7config NC_FPGA_NOTIFY_CB_READY
8	bool
9	default n
10
11config NC_FPGA_POST_CODE
12	bool
13	default n
14	select EARLY_PCI_BRIDGE
15