diff options
author | Marek Vasut | 2017-09-12 19:08:22 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2017-09-24 14:12:07 +0900 |
commit | 7208d903ebe1e9c7633e9993117fb6c6e31c21a7 (patch) | |
tree | a35b9f4c7f2ae1441be10708073bbb3f7bdf026b /configs/r8a7795_salvator-x_defconfig | |
parent | e8f86f2bac3291ad5d25ed71a86eb65c61033be5 (diff) |
ARM: rmobile: Move CONFIG_CMD_ from rcar-gen3-common to configs
Just move those config options from macros to configs.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7795_salvator-x_defconfig')
-rw-r--r-- | configs/r8a7795_salvator-x_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/r8a7795_salvator-x_defconfig b/configs/r8a7795_salvator-x_defconfig index 8a4c51c0e70..becd75df602 100644 --- a/configs/r8a7795_salvator-x_defconfig +++ b/configs/r8a7795_salvator-x_defconfig @@ -19,7 +19,11 @@ CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_EXT4=y +CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y +CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_MMC=y CONFIG_CLK=y |