diff options
author | Tom Rini | 2022-03-23 17:19:59 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-01 10:28:46 -0400 |
commit | e9ce70eff0451974d9c0b5a680dfe495545a8c33 (patch) | |
tree | e4c586bb1c4d5decf77b3ecce39aa7cda18a8cb4 /board/buffalo/lsxl | |
parent | 11f077bb20ece485dcc0659133e621aaaf6f0e68 (diff) |
Convert CONFIG_LSCHLV2 to Kconfig et al
This converts the following to Kconfig:
CONFIG_LSCHLV2
CONFIG_LSXHL
Cc: Michael Walle <michael@walle.cc>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'board/buffalo/lsxl')
-rw-r--r-- | board/buffalo/lsxl/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/buffalo/lsxl/Kconfig b/board/buffalo/lsxl/Kconfig index ef788963780..fd8f0542c31 100644 --- a/board/buffalo/lsxl/Kconfig +++ b/board/buffalo/lsxl/Kconfig @@ -9,4 +9,15 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "lsxl" +choice + prompt "Board model" + +config LSCHLV2 + bool "LSCHLV2 support" + +config LSXHL + bool "LSXHL support" + +endchoice + endif |