# Needed as a bug workaround -- due to (apparently) a missing pull-up resistor | |
# on the reset line, u-boot switching the pinctrl when it binds its mmc driver | |
# glitches the line and resets the host; disabling the driver (which we don't | |
# need) prevents that. | |
CONFIG_MMC_SDHCI_ASPEED=n | |
# Unfortunately the host needs access to the ast2500 Super-IO in order to | |
# configure the UART for its serial console | |
CONFIG_ASPEED_ALLOW_DANGEROUS_BACKDOORS=y | |
CONFIG_ASPEED_ENABLE_SUPERIO=y |