diff options
Diffstat (limited to 'src/mainboard/asrock/h81m-hds')
-rw-r--r-- | src/mainboard/asrock/h81m-hds/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/asrock/h81m-hds/Kconfig b/src/mainboard/asrock/h81m-hds/Kconfig index 7b9df5824c..0da310c4d0 100644 --- a/src/mainboard/asrock/h81m-hds/Kconfig +++ b/src/mainboard/asrock/h81m-hds/Kconfig @@ -2,6 +2,9 @@ if BOARD_ASROCK_H81M_HDS +config IGNORE_IASL_MISSING_DEPENDENCY + def_bool y + config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ROMSIZE_KB_4096 |