xref: /openbmc/u-boot/board/renesas/lager/Kconfig (revision ef11ed8239bf02b347e7fb9fc6d980aec0c7810a)
1if TARGET_LAGER
2
3config SYS_BOARD
4	default "lager"
5
6config SYS_VENDOR
7	default "renesas"
8
9config SYS_CONFIG_NAME
10	default "lager"
11
12endif
13