diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2019-03-07 11:36:39 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-04-12 17:32:51 +0200 |
commit | 185dc24c1cb85a5d38e05276de565336251f8b57 (patch) | |
tree | 814190524d2de0e3762ead69c7ae4b7ebcb55410 /configs/bcm968580xref_ram_defconfig | |
parent | 396fff8da20dcc703bf1e8af0cb66556002b181b (diff) | |
download | u-boot-185dc24c1cb85a5d38e05276de565336251f8b57.tar.gz |
bcm968580xref: enable gpio support
Enable the gpio support (driver and command)
in the configuration of the board bcm968580xref.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'configs/bcm968580xref_ram_defconfig')
-rw-r--r-- | configs/bcm968580xref_ram_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig index e8cb3a0d2a..456ece72d5 100644 --- a/configs/bcm968580xref_ram_defconfig +++ b/configs/bcm968580xref_ram_defconfig @@ -15,6 +15,7 @@ CONFIG_SUPPORT_RAW_INITRD=y CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTEFI_SELFTEST=y +CONFIG_CMD_GPIO=y CONFIG_DOS_PARTITION=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y @@ -22,6 +23,8 @@ CONFIG_DEFAULT_DEVICE_TREE="bcm968580xref" # CONFIG_NET is not set CONFIG_BLK=y CONFIG_CLK=y +CONFIG_DM_GPIO=y +CONFIG_BCM6345_GPIO=y # CONFIG_MMC is not set CONFIG_SPECIFY_CONSOLE_INDEX=y # CONFIG_SPL_SERIAL_PRESENT is not set |