diff options
author | Stuart Yoder <stuart.yoder@nxp.com> | 2016-04-20 10:57:28 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-27 10:11:58 +0800 |
commit | 7bd2c71bbd76683a110d8c37bc8828becb2846cc (patch) | |
tree | 1a02eaa10268508b4bd05254ac789c79aae15e87 /arch/arm64/configs | |
parent | 9735a22799b9214d17d3c231fe377fc852f042e9 (diff) |
arm64: defconfig: cleanup the defconfig
When doing:
make defconfig
make savedefconfig
...without making any changes, the newly saved defconfig does
not match arch/arm64/configs/defconfig, and the diff looks
like:
$ diff defconfig arch/arm64/configs/defconfig
3a4
> CONFIG_FHANDLE=y
Clean that up by committing the output of savedefconfig.
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a44ef995d8ae..248c242282db 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1,7 +1,6 @@ # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_FHANDLE=y CONFIG_AUDIT=y CONFIG_NO_HZ_IDLE=y CONFIG_HIGH_RES_TIMERS=y |