diff options
Diffstat (limited to 'src/mainboard/google/veyron/Kconfig')
-rw-r--r-- | src/mainboard/google/veyron/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mainboard/google/veyron/Kconfig b/src/mainboard/google/veyron/Kconfig index dbd2b8733c..0e543e16e0 100644 --- a/src/mainboard/google/veyron/Kconfig +++ b/src/mainboard/google/veyron/Kconfig @@ -3,6 +3,26 @@ config BOARD_GOOGLE_VEYRON def_bool n +config BOARD_GOOGLE_VEYRON_JAQ + select BOARD_GOOGLE_VEYRON + select SYSTEM_TYPE_LAPTOP + +config BOARD_GOOGLE_VEYRON_JERRY + select BOARD_GOOGLE_VEYRON + select SYSTEM_TYPE_LAPTOP + +config BOARD_GOOGLE_VEYRON_MIGHTY + select BOARD_GOOGLE_VEYRON + select SYSTEM_TYPE_LAPTOP + +config BOARD_GOOGLE_VEYRON_MINNIE + select BOARD_GOOGLE_VEYRON + select SYSTEM_TYPE_LAPTOP + +config BOARD_GOOGLE_VEYRON_SPEEDY + select BOARD_GOOGLE_VEYRON + select SYSTEM_TYPE_LAPTOP + if BOARD_GOOGLE_VEYRON # Some Veyron boards incorrectly had their RAM code strapped with 100Kohm |