From d4a451d5fc849f9a0a133255ed197b148fc323d0 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 3 Apr 2018 16:24:20 +0200 Subject: arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol Instead select the PHYS_ADDR_T_64BIT for 32-bit architectures that need a 64-bit phys_addr_t type directly. Signed-off-by: Christoph Hellwig Acked-by: James Hogan --- arch/arm64/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm64/Kconfig') diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 7259ca832120..e36fdf69e5e4 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -151,9 +151,6 @@ config ARM64 config 64BIT def_bool y -config ARCH_PHYS_ADDR_T_64BIT - def_bool y - config MMU def_bool y -- cgit v1.2.3