X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2FKconfig;h=5d60508472f0fca049467b93fa65774e0eaa0720;hb=cf7a2b4fb6a9b86779930a0a123b0df41aa9208f;hp=0dd29eb4a0e6c2c0e9a8f42d951a6b35a10f849e;hpb=b736b89f8a001cb73f020ca90a6fac77861cddf6;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0dd29eb..5d60508 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -495,10 +495,18 @@ config ARCH_W90X900 select CPU_ARM926T select ARCH_REQUIRE_GPIOLIB select GENERIC_GPIO + select HAVE_CLK select COMMON_CLKDEV + select GENERIC_TIME + select GENERIC_CLOCKEVENTS help - Support for Nuvoton (Winbond logic dept.) ARM9 processor,You - can login www.mcuos.com or www.nuvoton.com to know more. + Support for Nuvoton (Winbond logic dept.) ARM9 processor, + At present, the w90x900 has been renamed nuc900, regarding + the ARM series product line, you can login the following + link address to know more. + + config ARCH_PNX4008 bool "Philips Nexperia PNX4008 Mobile" @@ -639,6 +647,18 @@ config ARCH_OMAP help Support for TI's OMAP platform (OMAP1 and OMAP2). +config ARCH_BCMRING + bool "Broadcom BCMRING" + depends on MMU + select CPU_V6 + select ARM_AMBA + select COMMON_CLKDEV + select GENERIC_TIME + select GENERIC_CLOCKEVENTS + select ARCH_WANT_OPTIONAL_GPIOLIB + help + Support for Broadcom's BCMRing platform. + endchoice source "arch/arm/mach-clps711x/Kconfig" @@ -732,6 +752,8 @@ source "arch/arm/mach-u300/Kconfig" source "arch/arm/mach-w90x900/Kconfig" +source "arch/arm/mach-bcmring/Kconfig" + # Definitions to make life easier config ARCH_ACORN bool @@ -1056,6 +1078,11 @@ config HIGHMEM If unsure, say n. +config HIGHPTE + bool "Allocate 2nd-level pagetables from highmem" + depends on HIGHMEM + depends on !OUTER_CACHE + source "mm/Kconfig" config LEDS