diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-08-30 09:01:49 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-09-16 21:19:04 -0400 |
commit | 4b08478422040ae8cb11acc15d51f1cdb0ac39c8 (patch) | |
tree | 79718cea7b73f175d64e4c2073ea2585a7bd2337 /arch/h8300/Kconfig | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
Drop support for Renesas H8/300 (h8300) architecture
H8/300 has been dead for several years, and the kernel for it
has not compiled for ages. Drop support for it.
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r-- | arch/h8300/Kconfig | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig deleted file mode 100644 index 24b1dc2564f1..000000000000 --- a/arch/h8300/Kconfig +++ /dev/null | |||
@@ -1,108 +0,0 @@ | |||
1 | config H8300 | ||
2 | bool | ||
3 | default y | ||
4 | select HAVE_IDE | ||
5 | select GENERIC_ATOMIC64 | ||
6 | select HAVE_UID16 | ||
7 | select VIRT_TO_BUS | ||
8 | select ARCH_WANT_IPC_PARSE_VERSION | ||
9 | select GENERIC_IRQ_SHOW | ||
10 | select GENERIC_CPU_DEVICES | ||
11 | select MODULES_USE_ELF_RELA | ||
12 | select OLD_SIGSUSPEND3 | ||
13 | select OLD_SIGACTION | ||
14 | select HAVE_UNDERSCORE_SYMBOL_PREFIX | ||
15 | |||
16 | config MMU | ||
17 | bool | ||
18 | default n | ||
19 | |||
20 | config SWAP | ||
21 | bool | ||
22 | default n | ||
23 | |||
24 | config ZONE_DMA | ||
25 | bool | ||
26 | default y | ||
27 | |||
28 | config FPU | ||
29 | bool | ||
30 | default n | ||
31 | |||
32 | config RWSEM_GENERIC_SPINLOCK | ||
33 | bool | ||
34 | default y | ||
35 | |||
36 | config RWSEM_XCHGADD_ALGORITHM | ||
37 | bool | ||
38 | default n | ||
39 | |||
40 | config ARCH_HAS_ILOG2_U32 | ||
41 | bool | ||
42 | default n | ||
43 | |||
44 | config ARCH_HAS_ILOG2_U64 | ||
45 | bool | ||
46 | default n | ||
47 | |||
48 | config GENERIC_HWEIGHT | ||
49 | bool | ||
50 | default y | ||
51 | |||
52 | config GENERIC_CALIBRATE_DELAY | ||
53 | bool | ||
54 | default y | ||
55 | |||
56 | config GENERIC_BUG | ||
57 | bool | ||
58 | depends on BUG | ||
59 | |||
60 | config TIME_LOW_RES | ||
61 | bool | ||
62 | default y | ||
63 | |||
64 | config NO_IOPORT | ||
65 | def_bool y | ||
66 | |||
67 | config NO_DMA | ||
68 | def_bool y | ||
69 | |||
70 | config ISA | ||
71 | bool | ||
72 | default y | ||
73 | |||
74 | config PCI | ||
75 | bool | ||
76 | default n | ||
77 | |||
78 | config HZ | ||
79 | int | ||
80 | default 100 | ||
81 | |||
82 | source "init/Kconfig" | ||
83 | |||
84 | source "kernel/Kconfig.freezer" | ||
85 | |||
86 | source "arch/h8300/Kconfig.cpu" | ||
87 | |||
88 | menu "Executable file formats" | ||
89 | |||
90 | source "fs/Kconfig.binfmt" | ||
91 | |||
92 | endmenu | ||
93 | |||
94 | source "net/Kconfig" | ||
95 | |||
96 | source "drivers/Kconfig" | ||
97 | |||
98 | source "arch/h8300/Kconfig.ide" | ||
99 | |||
100 | source "fs/Kconfig" | ||
101 | |||
102 | source "arch/h8300/Kconfig.debug" | ||
103 | |||
104 | source "security/Kconfig" | ||
105 | |||
106 | source "crypto/Kconfig" | ||
107 | |||
108 | source "lib/Kconfig" | ||