blob: 912c6c5fbae8ba4eed181ef173e5027ab45aa0a5 [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
15 default n
16
17config GROUPER_MAX77663
18 bool "Enable support MAXIM MAX77663 PMIC"
19 select CMD_POWEROFF
20 default n
21
22endif