diff options
Diffstat (limited to 'src/mainboard/dell/optiplex_9010/Kconfig')
-rw-r--r-- | src/mainboard/dell/optiplex_9010/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/dell/optiplex_9010/Kconfig b/src/mainboard/dell/optiplex_9010/Kconfig index 90d4b84ad0..01edd243fc 100644 --- a/src/mainboard/dell/optiplex_9010/Kconfig +++ b/src/mainboard/dell/optiplex_9010/Kconfig @@ -1,5 +1,8 @@ if BOARD_DELL_OPTIPLEX_9010 +config IGNORE_IASL_MISSING_DEPENDENCY + def_bool y + config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ROMSIZE_KB_12288 |