--- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -531,6 +531,8 @@ config X86_RDC321X depends on X86_EXTENDED_PLATFORM select M486 select X86_REBOOTFIXUPS + select EMBEDDED + select ARCH_REQUIRE_GPIOLIB ---help--- This option is needed for RDC R-321x system-on-chip, also known as R-8610-(G). it repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/shutdown.c
blob: a8af94b130782a899296f45db8eef2666c127560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64