From 9c76489672c839cf310a26c07850be5e1a253ec1 Mon Sep 17 00:00:00 2001 From: Tony Prisk Date: Thu, 11 Oct 2012 20:13:09 +1300 Subject: [PATCH] --- yaml --- r: 342376 b: refs/heads/master c: 6f35f9a9fabe8f0a89a17e353a77a7edef461bb2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 4 +++- trunk/arch/arm/mach-vt8500/Kconfig | 12 ++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 trunk/arch/arm/mach-vt8500/Kconfig diff --git a/[refs] b/[refs] index e04d40a13733..6c609dce3b9b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c464d588b6911ca84851ce4762695201d866c7c +refs/heads/master: 6f35f9a9fabe8f0a89a17e353a77a7edef461bb2 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index 97b40d0f9309..2a262a8ef7e9 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/arch/arm/Kconfig @@ -941,7 +941,7 @@ config ARCH_OMAP help Support for TI's OMAP platform (OMAP1/2/3/4). -config ARCH_VT8500 +config ARCH_VT8500_SINGLE bool "VIA/WonderMedia 85xx" select ARCH_HAS_CPUFREQ select ARCH_REQUIRE_GPIOLIB @@ -1128,6 +1128,8 @@ source "arch/arm/mach-versatile/Kconfig" source "arch/arm/mach-vexpress/Kconfig" source "arch/arm/plat-versatile/Kconfig" +source "arch/arm/mach-vt8500/Kconfig" + source "arch/arm/mach-w90x900/Kconfig" # Definitions to make life easier diff --git a/trunk/arch/arm/mach-vt8500/Kconfig b/trunk/arch/arm/mach-vt8500/Kconfig new file mode 100644 index 000000000000..2ed0b7d95db6 --- /dev/null +++ b/trunk/arch/arm/mach-vt8500/Kconfig @@ -0,0 +1,12 @@ +config ARCH_VT8500 + bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5 + default ARCH_VT8500_SINGLE + select ARCH_HAS_CPUFREQ + select ARCH_REQUIRE_GPIOLIB + select CLKDEV_LOOKUP + select CPU_ARM926T + select GENERIC_CLOCKEVENTS + select GENERIC_GPIO + select HAVE_CLK + help + Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.