diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-03-09 08:28:07 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-03-19 21:06:54 -0400 |
commit | cf8518f27b6ce244dfd3f4d0f378041e0ecd516d (patch) | |
tree | 4c8d70092719d121563bf22706680a9a10d521b3 | |
parent | e2fc5248598747a5dd70faa07c375167828fc5d3 (diff) |
ARM: defconfig: Update Versatile defconfig
This updates the Versatile defconfig to the latest savedefconfig
results reflecting changes in Kconfig. We add in the Flash memory
support that has been available upstream for a while now.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/configs/versatile_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index 295408ea9dc7..6a3e5774247e 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig | |||
@@ -32,7 +32,9 @@ CONFIG_MTD_BLOCK=y | |||
32 | CONFIG_MTD_CFI=y | 32 | CONFIG_MTD_CFI=y |
33 | CONFIG_MTD_CFI_ADV_OPTIONS=y | 33 | CONFIG_MTD_CFI_ADV_OPTIONS=y |
34 | CONFIG_MTD_CFI_INTELEXT=y | 34 | CONFIG_MTD_CFI_INTELEXT=y |
35 | CONFIG_MTD_CFI_AMDSTD=y | ||
35 | CONFIG_MTD_PHYSMAP=y | 36 | CONFIG_MTD_PHYSMAP=y |
37 | CONFIG_MTD_PHYSMAP_OF=y | ||
36 | CONFIG_BLK_DEV_RAM=y | 38 | CONFIG_BLK_DEV_RAM=y |
37 | CONFIG_EEPROM_LEGACY=m | 39 | CONFIG_EEPROM_LEGACY=m |
38 | CONFIG_NETDEVICES=y | 40 | CONFIG_NETDEVICES=y |
@@ -54,14 +56,11 @@ CONFIG_SPI=y | |||
54 | CONFIG_GPIOLIB=y | 56 | CONFIG_GPIOLIB=y |
55 | CONFIG_GPIO_PL061=y | 57 | CONFIG_GPIO_PL061=y |
56 | # CONFIG_HWMON is not set | 58 | # CONFIG_HWMON is not set |
57 | CONFIG_MFD_SYSCON=y | ||
58 | CONFIG_FB=y | 59 | CONFIG_FB=y |
59 | CONFIG_FB_ARMCLCD=y | 60 | CONFIG_FB_ARMCLCD=y |
60 | CONFIG_FRAMEBUFFER_CONSOLE=y | 61 | CONFIG_FRAMEBUFFER_CONSOLE=y |
61 | CONFIG_SOUND=y | 62 | CONFIG_SOUND=y |
62 | CONFIG_SND=m | 63 | CONFIG_SND=m |
63 | CONFIG_SND_MIXER_OSS=m | ||
64 | CONFIG_SND_PCM_OSS=m | ||
65 | CONFIG_SND_ARMAACI=m | 64 | CONFIG_SND_ARMAACI=m |
66 | CONFIG_MMC=y | 65 | CONFIG_MMC=y |
67 | CONFIG_MMC_ARMMMCI=y | 66 | CONFIG_MMC_ARMMMCI=y |