diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-05-10 09:57:41 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-05-10 09:57:44 +0200 |
commit | f0d523668cb122905a541cb6b86e3ae49260ae5e (patch) | |
tree | 64262f5af0ccfdc5fe976443bcd13b98ab32b256 /arch/arm/configs/sama5_defconfig | |
parent | c047baadb0592a283789f996cc3a2a7b33f0f04e (diff) | |
download | linux-stable-f0d523668cb122905a541cb6b86e3ae49260ae5e.tar.gz linux-stable-f0d523668cb122905a541cb6b86e3ae49260ae5e.tar.bz2 linux-stable-f0d523668cb122905a541cb6b86e3ae49260ae5e.zip |
ARM: at91/defconfig: sama5: add CONFIG_FHANDLE
CONFIG_FHANDLE is listed as a mandatory kernel option for systemd. So
explicitly enable it to allow easy use of systemd userspace.
Reported-by: Marek Vasut <marex@denx.de>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/configs/sama5_defconfig')
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index 307f92b31e57..9cb1a85bb166 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -1,6 +1,7 @@ # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_SWAP is not set CONFIG_SYSVIPC=y +CONFIG_FHANDLE=y CONFIG_IRQ_DOMAIN_DEBUG=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_CGROUPS=y |