Skip to content
Snippets Groups Projects
  • Masahiro Yamada's avatar
    c2726995
    mmc: complete unfinished move of CONFIG_MMC · c2726995
    Masahiro Yamada authored
    
    Commit 7a777f6d ("mmc: Add generic Kconfig option") created
    a Kconfig entry for this option without any actual moves, then
    commit 44c79879 ("sunxi: Use Kconfig CONFIG_MMC") moved
    instances only for SUNXI.
    
    We generally do not like such partial moves.  This kind of work
    is automated by tools/moveconfig.py, so it is pretty easy to
    complete this move.
    
    I am adding "default ARM || PPC || SANDBOX" (suggested by Tom).
    This shortens the configs and will ease new board porting.
    
    This commit was created as follows:
    
    [1] Edit Kconfig (remove the "depends on", add the "default",
        copy the prompt and help message from Linux)
    
    [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC'
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
    c2726995
    History
    mmc: complete unfinished move of CONFIG_MMC
    Masahiro Yamada authored
    
    Commit 7a777f6d ("mmc: Add generic Kconfig option") created
    a Kconfig entry for this option without any actual moves, then
    commit 44c79879 ("sunxi: Use Kconfig CONFIG_MMC") moved
    instances only for SUNXI.
    
    We generally do not like such partial moves.  This kind of work
    is automated by tools/moveconfig.py, so it is pretty easy to
    complete this move.
    
    I am adding "default ARM || PPC || SANDBOX" (suggested by Tom).
    This shortens the configs and will ease new board porting.
    
    This commit was created as follows:
    
    [1] Edit Kconfig (remove the "depends on", add the "default",
        copy the prompt and help message from Linux)
    
    [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC'
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
B4420QDS_defconfig 549 B
CONFIG_PPC=y
# CONFIG_MMC is not set
CONFIG_MPC85xx=y
CONFIG_TARGET_B4420QDS=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
CONFIG_BOOTDELAY=10
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_GREPENV=y
CONFIG_CMD_SF=y
CONFIG_CMD_I2C=y
CONFIG_CMD_USB=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_EXT2=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_SST=y
CONFIG_NETDEVICES=y
CONFIG_E1000=y
CONFIG_SYS_NS16550=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_OF_LIBFDT=y