diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-08-09 15:18:20 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-08-17 04:20:30 -0400 |
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 | |||
830 | select HAVE_SCHED_CLOCK | 830 | select HAVE_SCHED_CLOCK |
831 | select HAVE_TCM | 831 | select HAVE_TCM |
832 | select ARM_AMBA | 832 | select ARM_AMBA |
833 | select ARM_PATCH_PHYS_VIRT | ||
833 | select ARM_VIC | 834 | select ARM_VIC |
834 | select GENERIC_CLOCKEVENTS | 835 | select GENERIC_CLOCKEVENTS |
835 | select CLKDEV_LOOKUP | 836 | select CLKDEV_LOOKUP |