mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-08 11:18:53 +00:00
23 lines
337 B
Text
23 lines
337 B
Text
|
if TARGET_GROUPER
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "grouper"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "asus"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "grouper"
|
||
|
|
||
|
config GROUPER_TPS65911
|
||
|
bool "Enable support TI TPS65911 PMIC"
|
||
|
select CMD_POWEROFF
|
||
|
default n
|
||
|
|
||
|
config GROUPER_MAX77663
|
||
|
bool "Enable support MAXIM MAX77663 PMIC"
|
||
|
select CMD_POWEROFF
|
||
|
default n
|
||
|
|
||
|
endif
|