summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/variants/swanky
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-03-23 23:40:40 -0700
committerMartin Roth <martinroth@google.com>2017-03-27 02:59:22 +0200
commit3795b03b69129367d57c93033785d7877aabc2cc (patch)
treeee54868062683114b6d6b6cf9e9b9a23c59ffbd5 /src/mainboard/google/rambi/variants/swanky
parentba2531c8a21c5e95cbed85b1a7bcccc795d3f52e (diff)
downloadcoreboot-3795b03b69129367d57c93033785d7877aabc2cc.tar.gz
coreboot-3795b03b69129367d57c93033785d7877aabc2cc.tar.bz2
coreboot-3795b03b69129367d57c93033785d7877aabc2cc.zip
mainboard/google/rambi: Move SIO_EC_ENABLE_PS2K to onboard.h
Instead of defining SIO_EC_ENABLE_PS2K by default for all boards and doing an undef in variant/onboard.h, move the definition of SIO_EC_ENABLE_PS2K to variant/onboard.h. This avoids dependency between different *.asl files. Change-Id: I83e4ce42a594e952a443c618d7ef9840113027b9 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/18965 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/rambi/variants/swanky')
-rw-r--r--src/mainboard/google/rambi/variants/swanky/include/variant/onboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/rambi/variants/swanky/include/variant/onboard.h b/src/mainboard/google/rambi/variants/swanky/include/variant/onboard.h
index f4ffed5e6121..8134ab412b46 100644
--- a/src/mainboard/google/rambi/variants/swanky/include/variant/onboard.h
+++ b/src/mainboard/google/rambi/variants/swanky/include/variant/onboard.h
@@ -30,4 +30,6 @@
#define BOARD_I8042_IRQ GPIO_S0_DED_IRQ(I8042_IRQ_OFFSET)
#define BOARD_CODEC_IRQ GPIO_S5_DED_IRQ(CODEC_IRQ_OFFSET)
+#define SIO_EC_ENABLE_PS2K // Enable PS/2 Keyboard
+
#endif