diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-10 11:44:51 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-13 18:14:28 +0200 |
commit | 6af677ea59fb62ae6b720a9e5e9d5cba32ada553 (patch) | |
tree | cf40612753d083ae70727dbd9a96040ceb6d37f7 /arch/powerpc/platforms | |
parent | c0b5bf090bb47104ac78f463063933966c6ca00b (diff) |
Kconfig: remove redundant CONFIG_ prefix on two symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 498534cd526..12f5932dadc 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -80,7 +80,7 @@ config P1010_RDB config P1022_DS bool "Freescale P1022 DS" select DEFAULT_UIMAGE - select CONFIG_PHYS_64BIT # The DTS has 36-bit addresses + select PHYS_64BIT # The DTS has 36-bit addresses select SWIOTLB help This option enables support for the Freescale P1022DS reference board. |