blob: 8bbe1b21c24a02333a8415ff0933d9cf054c7f7b [file] [log] [blame]
# 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