blob: 47d9bae94682de7cc03a8b78470fce9a99433778 [file] [log] [blame]
Svyatoslav Ryhel88fd1562023-06-30 10:29:04 +03001if TARGET_GROUPER
2
3config SYS_BOARD
4 default "grouper"
5
6config SYS_VENDOR
7 default "asus"
8
9config SYS_CONFIG_NAME
10 default "grouper"
11
12config GROUPER_TPS65911
13 bool "Enable support TI TPS65911 PMIC"
14 select CMD_POWEROFF
Svyatoslav Ryhel88fd1562023-06-30 10:29:04 +030015
16config GROUPER_MAX77663
17 bool "Enable support MAXIM MAX77663 PMIC"
18 select CMD_POWEROFF
Svyatoslav Ryhel88fd1562023-06-30 10:29:04 +030019
20endif