mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 21:16:02 +01:00
Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all default n/no options") and again sync is required. default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
21 lines
315 B
Plaintext
21 lines
315 B
Plaintext
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
|
|
|
|
config GROUPER_MAX77663
|
|
bool "Enable support MAXIM MAX77663 PMIC"
|
|
select CMD_POWEROFF
|
|
|
|
endif
|