blob: f9bb7f6794dab218762b4e4855206efead282975 [file] [log] [blame]
Martin Roth9712f102024-02-16 11:02:19 -07001## SPDX-License-Identifier: GPL-2.0-only
Mario Scheithauer58bf3e72018-10-30 09:57:44 +01002
3if BOARD_SIEMENS_MC_APL3
4
Elyes HAOUASa5f57902018-11-12 09:20:16 +01005config BOARD_SPECIFIC_OPTIONS
Mario Scheithauer58bf3e72018-10-30 09:57:44 +01006 def_bool y
7 select DRIVER_INTEL_I210
8 select DRIVERS_I2C_RX6110SA
Werner Zeh80d5a052021-05-27 09:35:08 +02009 select RX6110SA_DISABLE_ACPI
Mario Scheithauer58bf3e72018-10-30 09:57:44 +010010 select DRIVER_SIEMENS_NC_FPGA
11 select NC_FPGA_NOTIFY_CB_READY
Uwe Poeche539fd2a2022-03-28 12:39:01 +020012 select SOC_INTEL_DISABLE_POWER_LIMITS
Mario Scheithauer58bf3e72018-10-30 09:57:44 +010013
Mario Scheithauer58bf3e72018-10-30 09:57:44 +010014endif # BOARD_SIEMENS_MC_APL3