diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-08-09 21:18:20 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-08-17 10:20:30 +0200 |
commit | 5485c1e090e7057517f180c7be1ab328df4bf949 (patch) | |
tree | 3a79e38d1ee66deb6c69df24cd935d37245e6e76 /arch/arm/Kconfig | |
parent | c43ed5600b285e7b3bfe868ffe2eb259939c4b98 (diff) |
mach-u300: patch physoffset by default
This works like a charm so I'll just default-select it.
Cc: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5ebc5d922ea1..6c7eb9c080fd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -830,6 +830,7 @@ config ARCH_U300 select HAVE_SCHED_CLOCK select HAVE_TCM select ARM_AMBA + select ARM_PATCH_PHYS_VIRT select ARM_VIC select GENERIC_CLOCKEVENTS select CLKDEV_LOOKUP |