diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2d70cece2ea2..1f254bd6c937 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -671,6 +671,7 @@ config ARCH_S5P6440 | |||
671 | select CPU_V6 | 671 | select CPU_V6 |
672 | select GENERIC_GPIO | 672 | select GENERIC_GPIO |
673 | select HAVE_CLK | 673 | select HAVE_CLK |
674 | select ARCH_USES_GETTIMEOFFSET | ||
674 | help | 675 | help |
675 | Samsung S5P6440 CPU based systems | 676 | Samsung S5P6440 CPU based systems |
676 | 677 | ||
@@ -679,17 +680,19 @@ config ARCH_S5P6442 | |||
679 | select CPU_V6 | 680 | select CPU_V6 |
680 | select GENERIC_GPIO | 681 | select GENERIC_GPIO |
681 | select HAVE_CLK | 682 | select HAVE_CLK |
683 | select ARCH_USES_GETTIMEOFFSET | ||
682 | help | 684 | help |
683 | Samsung S5P6442 CPU based systems | 685 | Samsung S5P6442 CPU based systems |
684 | 686 | ||
685 | config ARCH_S5PC1XX | 687 | config ARCH_S5PC100 |
686 | bool "Samsung S5PC1XX" | 688 | bool "Samsung S5PC100" |
687 | select GENERIC_GPIO | 689 | select GENERIC_GPIO |
688 | select HAVE_CLK | 690 | select HAVE_CLK |
689 | select CPU_V7 | 691 | select CPU_V7 |
690 | select ARM_L1_CACHE_SHIFT_6 | 692 | select ARM_L1_CACHE_SHIFT_6 |
693 | select ARCH_USES_GETTIMEOFFSET | ||
691 | help | 694 | help |
692 | Samsung S5PC1XX series based systems | 695 | Samsung S5PC100 series based systems |
693 | 696 | ||
694 | config ARCH_S5PV210 | 697 | config ARCH_S5PV210 |
695 | bool "Samsung S5PV210/S5PC110" | 698 | bool "Samsung S5PV210/S5PC110" |
@@ -697,6 +700,7 @@ config ARCH_S5PV210 | |||
697 | select GENERIC_GPIO | 700 | select GENERIC_GPIO |
698 | select HAVE_CLK | 701 | select HAVE_CLK |
699 | select ARM_L1_CACHE_SHIFT_6 | 702 | select ARM_L1_CACHE_SHIFT_6 |
703 | select ARCH_USES_GETTIMEOFFSET | ||
700 | help | 704 | help |
701 | Samsung S5PV210/S5PC110 series based systems | 705 | Samsung S5PV210/S5PC110 series based systems |
702 | 706 | ||
@@ -876,7 +880,7 @@ source "arch/arm/mach-sa1100/Kconfig" | |||
876 | source "arch/arm/plat-samsung/Kconfig" | 880 | source "arch/arm/plat-samsung/Kconfig" |
877 | source "arch/arm/plat-s3c24xx/Kconfig" | 881 | source "arch/arm/plat-s3c24xx/Kconfig" |
878 | source "arch/arm/plat-s5p/Kconfig" | 882 | source "arch/arm/plat-s5p/Kconfig" |
879 | source "arch/arm/plat-s5pc1xx/Kconfig" | 883 | |
880 | source "arch/arm/plat-spear/Kconfig" | 884 | source "arch/arm/plat-spear/Kconfig" |
881 | 885 | ||
882 | if ARCH_S3C2410 | 886 | if ARCH_S3C2410 |
@@ -896,9 +900,7 @@ source "arch/arm/mach-s5p6440/Kconfig" | |||
896 | 900 | ||
897 | source "arch/arm/mach-s5p6442/Kconfig" | 901 | source "arch/arm/mach-s5p6442/Kconfig" |
898 | 902 | ||
899 | if ARCH_S5PC1XX | ||
900 | source "arch/arm/mach-s5pc100/Kconfig" | 903 | source "arch/arm/mach-s5pc100/Kconfig" |
901 | endif | ||
902 | 904 | ||
903 | source "arch/arm/mach-s5pv210/Kconfig" | 905 | source "arch/arm/mach-s5pv210/Kconfig" |
904 | 906 | ||
@@ -1419,6 +1421,17 @@ config CMDLINE | |||
1419 | time by entering them here. As a minimum, you should specify the | 1421 | time by entering them here. As a minimum, you should specify the |
1420 | memory size and the root device (e.g., mem=64M root=/dev/nfs). | 1422 | memory size and the root device (e.g., mem=64M root=/dev/nfs). |
1421 | 1423 | ||
1424 | config CMDLINE_FORCE | ||
1425 | bool "Always use the default kernel command string" | ||
1426 | depends on CMDLINE != "" | ||
1427 | help | ||
1428 | Always use the default kernel command string, even if the boot | ||
1429 | loader passes other arguments to the kernel. | ||
1430 | This is useful if you cannot or don't want to change the | ||
1431 | command-line options your boot loader passes to the kernel. | ||
1432 | |||
1433 | If unsure, say N. | ||
1434 | |||
1422 | config XIP_KERNEL | 1435 | config XIP_KERNEL |
1423 | bool "Kernel Execute-In-Place from ROM" | 1436 | bool "Kernel Execute-In-Place from ROM" |
1424 | depends on !ZBOOT_ROM | 1437 | depends on !ZBOOT_ROM |