xref: /aosp_15_r20/external/coreboot/src/drivers/siemens/nc_fpga/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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