diff options
author | maxims@google.com <maxims@google.com> | 2017-04-17 12:00:28 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-08 11:57:33 -0400 |
commit | 3ef7f12cdd1b042cf657a1ea734bb9d2a4adc0da (patch) | |
tree | ea1cd40d27b3fb2c8bbdfa34534b3b95da92e531 /configs | |
parent | 4f0e44e46615e3c827dcd1ec59677be1058d394c (diff) | |
download | u-boot-3ef7f12cdd1b042cf657a1ea734bb9d2a4adc0da.tar.gz |
aspeed: Enable Pinctrl Driver in AST2500 EVB
Enable Pinctrl Driver in AST2500 Eval Board's defconfig
Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/evb-ast2500_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-ast2500_defconfig b/configs/evb-ast2500_defconfig index 74808a71ee..f8ef9b779c 100644 --- a/configs/evb-ast2500_defconfig +++ b/configs/evb-ast2500_defconfig @@ -17,3 +17,4 @@ CONFIG_SYSRESET=y CONFIG_TIMER=y CONFIG_WDT=y CONFIG_DM_RESET=y +CONFIG_PINCTRL=y |