commit | bb4934fb47bbb0591ea45166bf2dfd21ee1317a2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Mar 21 21:33:30 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 10:28:46 2022 -0400 |
tree | 331bb8ecb354d2da3a7c275f539736f85e190eea | |
parent | 73175e78c7912dbd9a758b96b868facb6d74f52b [diff] [blame] |
Convert CONFIG_BCM2835_GPIO to Kconfig This converts the following to Kconfig: CONFIG_BCM2835_GPIO Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index 9ccd69c..a45999b 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig
@@ -25,6 +25,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_TFTP_TSIZE=y +CONFIG_BCM2835_GPIO=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y CONFIG_DM_ETH=y