diff options
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index b833cbcd77f0..2c2da9b43b7a 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -85,7 +85,6 @@ config POWER4 | |||
85 | bool "POWER4 and 970 (G5)" | 85 | bool "POWER4 and 970 (G5)" |
86 | 86 | ||
87 | config 8xx | 87 | config 8xx |
88 | depends on BROKEN | ||
89 | bool "8xx" | 88 | bool "8xx" |
90 | 89 | ||
91 | config E200 | 90 | config E200 |
@@ -878,6 +877,13 @@ config MPC10X_STORE_GATHERING | |||
878 | bool "Enable MPC10x store gathering" | 877 | bool "Enable MPC10x store gathering" |
879 | depends on MPC10X_BRIDGE | 878 | depends on MPC10X_BRIDGE |
880 | 879 | ||
880 | config SANDPOINT_ENABLE_UART1 | ||
881 | bool "Enable DUART mode on Sandpoint" | ||
882 | depends on SANDPOINT | ||
883 | help | ||
884 | If this option is enabled then the MPC824x processor will run | ||
885 | in DUART mode instead of UART mode. | ||
886 | |||
881 | config CPC710_DATA_GATHERING | 887 | config CPC710_DATA_GATHERING |
882 | bool "Enable CPC710 data gathering" | 888 | bool "Enable CPC710 data gathering" |
883 | depends on K2 | 889 | depends on K2 |
@@ -935,19 +941,11 @@ config NR_CPUS | |||
935 | depends on SMP | 941 | depends on SMP |
936 | default "4" | 942 | default "4" |
937 | 943 | ||
938 | config PREEMPT | ||
939 | bool "Preemptible Kernel" | ||
940 | help | ||
941 | This option reduces the latency of the kernel when reacting to | ||
942 | real-time or interactive events by allowing a low priority process to | ||
943 | be preempted even if it is in kernel mode executing a system call. | ||
944 | |||
945 | Say Y here if you are building a kernel for a desktop, embedded | ||
946 | or real-time system. Say N if you are unsure. | ||
947 | |||
948 | config HIGHMEM | 944 | config HIGHMEM |
949 | bool "High memory support" | 945 | bool "High memory support" |
950 | 946 | ||
947 | source kernel/Kconfig.hz | ||
948 | source kernel/Kconfig.preempt | ||
951 | source "mm/Kconfig" | 949 | source "mm/Kconfig" |
952 | 950 | ||
953 | source "fs/Kconfig.binfmt" | 951 | source "fs/Kconfig.binfmt" |