diff options
author | Keith Hui <buurin@gmail.com> | 2020-02-02 18:33:52 -0500 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-04-18 18:50:39 +0000 |
commit | d6d9a4e8c5630e7fb72d9b7d496ada4e8465daa5 (patch) | |
tree | 3171016caa9e9ac47539ce61b7742963fe6aed1e /src/mainboard/asus/p2b/Kconfig.name | |
parent | 0e2d515b99634e3bee2479a17a9717ca939e5ac1 (diff) |
asus/p2b-ls: Transform into variant
Boot tested on hardware.
Change-Id: I24afd67dada135a8c2597f5ac1c7e91ce43897c9
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39901
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p2b/Kconfig.name')
-rw-r--r-- | src/mainboard/asus/p2b/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/asus/p2b/Kconfig.name b/src/mainboard/asus/p2b/Kconfig.name index ee34b16088..fd645f07c1 100644 --- a/src/mainboard/asus/p2b/Kconfig.name +++ b/src/mainboard/asus/p2b/Kconfig.name @@ -3,3 +3,6 @@ config BOARD_ASUS_P2B config BOARD_ASUS_P2B_F bool "P2B-F" + +config BOARD_ASUS_P2B_LS + bool "P2B-LS" |