diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-01-23 14:59:37 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-23 14:59:37 +0900 |
commit | 46bbd43fa44fe083188f3e4846ba5b8d3c89bae6 (patch) | |
tree | 95f05118bc37c977c4c9111da4200bc5fa5404d1 /arch/arm/configs/mackerel_defconfig | |
parent | 211b5a849fe96646c29130a26dd33a0deece5049 (diff) | |
download | blackbird-op-linux-46bbd43fa44fe083188f3e4846ba5b8d3c89bae6.tar.gz blackbird-op-linux-46bbd43fa44fe083188f3e4846ba5b8d3c89bae6.zip |
ARM: mach-shmobile: mackerel: enable VFP in defconfig
CONFIG_VFP appears to be required to use the
Debian armhf userspace. Enabling this is consistent
with many other shmobile boards.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/mackerel_defconfig')
-rw-r--r-- | arch/arm/configs/mackerel_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mackerel_defconfig b/arch/arm/configs/mackerel_defconfig index e6881accf96a..7594b3aff259 100644 --- a/arch/arm/configs/mackerel_defconfig +++ b/arch/arm/configs/mackerel_defconfig @@ -25,6 +25,7 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y CONFIG_KEXEC=y +CONFIG_VFP=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set CONFIG_PM=y CONFIG_PM_RUNTIME=y |