diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 233a222752c0..b0c3c0d89e05 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -18,6 +18,8 @@ config ARM | |||
18 | select HAVE_KRETPROBES if (HAVE_KPROBES) | 18 | select HAVE_KRETPROBES if (HAVE_KPROBES) |
19 | select HAVE_FUNCTION_TRACER if (!XIP_KERNEL) | 19 | select HAVE_FUNCTION_TRACER if (!XIP_KERNEL) |
20 | select HAVE_GENERIC_DMA_COHERENT | 20 | select HAVE_GENERIC_DMA_COHERENT |
21 | select HAVE_KERNEL_GZIP | ||
22 | select HAVE_KERNEL_LZO | ||
21 | help | 23 | help |
22 | The ARM series is a line of low-power-consumption RISC chip designs | 24 | The ARM series is a line of low-power-consumption RISC chip designs |
23 | licensed by ARM Ltd and targeted at embedded applications and | 25 | licensed by ARM Ltd and targeted at embedded applications and |
@@ -548,6 +550,15 @@ config ARCH_W90X900 | |||
548 | <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/ | 550 | <http://www.nuvoton.com/hq/enu/ProductAndSales/ProductLines/ |
549 | ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller> | 551 | ConsumerElectronicsIC/ARMMicrocontroller/ARMMicrocontroller> |
550 | 552 | ||
553 | config ARCH_NUC93X | ||
554 | bool "Nuvoton NUC93X CPU" | ||
555 | select CPU_ARM926T | ||
556 | select HAVE_CLK | ||
557 | select COMMON_CLKDEV | ||
558 | help | ||
559 | Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a | ||
560 | low-power and high performance MPEG-4/JPEG multimedia controller chip. | ||
561 | |||
551 | config ARCH_PNX4008 | 562 | config ARCH_PNX4008 |
552 | bool "Philips Nexperia PNX4008 Mobile" | 563 | bool "Philips Nexperia PNX4008 Mobile" |
553 | select CPU_ARM926T | 564 | select CPU_ARM926T |
@@ -688,6 +699,7 @@ config ARCH_DAVINCI | |||
688 | select HAVE_IDE | 699 | select HAVE_IDE |
689 | select COMMON_CLKDEV | 700 | select COMMON_CLKDEV |
690 | select GENERIC_ALLOCATOR | 701 | select GENERIC_ALLOCATOR |
702 | select ARCH_HAS_HOLES_MEMORYMODEL | ||
691 | help | 703 | help |
692 | Support for TI's DaVinci platform. | 704 | Support for TI's DaVinci platform. |
693 | 705 | ||
@@ -757,6 +769,8 @@ source "arch/arm/plat-pxa/Kconfig" | |||
757 | 769 | ||
758 | source "arch/arm/mach-mmp/Kconfig" | 770 | source "arch/arm/mach-mmp/Kconfig" |
759 | 771 | ||
772 | source "arch/arm/mach-nuc93x/Kconfig" | ||
773 | |||
760 | source "arch/arm/mach-sa1100/Kconfig" | 774 | source "arch/arm/mach-sa1100/Kconfig" |
761 | 775 | ||
762 | source "arch/arm/plat-omap/Kconfig" | 776 | source "arch/arm/plat-omap/Kconfig" |