diff options
Diffstat (limited to 'src/mainboard/google/rambi/Kconfig')
-rw-r--r-- | src/mainboard/google/rambi/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index 6b83bf9ddf..dfd66c07dc 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -1,7 +1,3 @@ - -config IGNORE_IASL_MISSING_DEPENDENCY - def_bool y - config BOARD_GOOGLE_BASEBOARD_RAMBI def_bool n select BOARD_ROMSIZE_KB_8192 @@ -96,6 +92,9 @@ config BOARD_GOOGLE_WINKY if BOARD_GOOGLE_BASEBOARD_RAMBI +config IGNORE_IASL_MISSING_DEPENDENCY + def_bool y + config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES select VBOOT_LID_SWITCH |