diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-09-18 20:15:45 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-02 19:06:55 +0200 |
commit | 5db043f0d6ddcae38b8addde1c8b3466265fa823 (patch) | |
tree | 683697b23eb2c0819369520077a5ebfde86d9917 /src/mainboard/apple/macbook21/Kconfig | |
parent | a90c7859d9c7cec337a8148e186344a1ca152b40 (diff) |
apple/imac52: add mainboard
Add Imac5,2 based on macbook2,1 port.
Change-Id: I34c8313c32920b02a2b964d8718e5b2b6b5a6820
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/16638
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/apple/macbook21/Kconfig')
-rw-r--r-- | src/mainboard/apple/macbook21/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbook21/Kconfig b/src/mainboard/apple/macbook21/Kconfig index e653c08892..ebf3954dac 100644 --- a/src/mainboard/apple/macbook21/Kconfig +++ b/src/mainboard/apple/macbook21/Kconfig @@ -1,4 +1,4 @@ -if BOARD_APPLE_MACBOOK11 || BOARD_APPLE_MACBOOK21 +if BOARD_APPLE_MACBOOK11 || BOARD_APPLE_MACBOOK21 || BOARD_APPLE_IMAC52 config BOARD_SPECIFIC_OPTIONS # dummy def_bool y |