u-boot/board/asus/grouper/Kconfig
Svyatoslav Ryhel 555b28dacd board: grouper: convert ASUS Google Nexus 7 (2012) to use DM PMIC
Since required drivers were merged, we can safely clean up the
board and switch to DM based driver with device tree support.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2023-11-28 09:16:55 +02:00

12 lines
140 B
Text

if TARGET_GROUPER
config SYS_BOARD
default "grouper"
config SYS_VENDOR
default "asus"
config SYS_CONFIG_NAME
default "grouper"
endif