arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definition
authorYang Shi <yang.shi@linaro.org>
Mon, 18 Apr 2016 18:16:14 +0000 (11:16 -0700)
committerWill Deacon <will.deacon@arm.com>
Wed, 20 Apr 2016 11:16:50 +0000 (12:16 +0100)
commit8ee708792e1ccda683ec9cce9fab3b25ece0eb60
treec1f718d93a0668850414e0d7e0888b23215c172f
parent9974723e31d1fa99e3c0efb2ae6cbbf089c0080c
arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definition

HAVE_ARCH_TRANSPARENT_HUGEPAGE has been defined in arch/Kconfig already,
the ARM64 version is identical with it and the default value is Y. So remove
the redundant definition and just select it under CONFIG_ARM64.

Signed-off-by: Yang Shi <yang.shi@linaro.org>
[will: sort into alphabetical order whilst I'm resolving conflicts]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Kconfig