libressl: update to 2.6.3
[openadk.git] / target / config / Config.in.hardware
blob34e79c24062599edaf7c78b952b6d08e5134aedb
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 # hardware features, do not use for qemu
5 config ADK_TARGET_WITH_CPU_FREQ
6         bool
8 config ADK_TARGET_WITH_NETDEVICE
9         bool
11 config ADK_TARGET_WITH_NET
12         bool
14 config ADK_TARGET_WITH_BLOCK
15         bool
17 config ADK_TARGET_WITH_USB
18         bool
20 config ADK_TARGET_WITH_I2C
21         bool
23 config ADK_TARGET_WITH_SPI
24         bool
26 config ADK_TARGET_WITH_PCI
27         bool
29 config ADK_TARGET_WITH_SSB
30         bool
32 config ADK_TARGET_WITH_SDIO
33         bool
35 config ADK_TARGET_WITH_AHB
36         bool
38 config ADK_TARGET_WITH_MINIPCI
39         bool
41 config ADK_TARGET_WITH_ACPI
42         bool
44 config ADK_TARGET_WITH_VGA
45         bool
47 config ADK_TARGET_WITH_SERIAL
48         bool
50 config ADK_TARGET_WITH_NAND
51         bool
53 config ADK_TARGET_WITH_SD
54         bool
56 config ADK_TARGET_WITH_MTD
57         bool
59 config ADK_TARGET_WITH_GEODE_CRYPTO
60         bool
62 config ADK_TARGET_WITH_PATA
63         bool
65 config ADK_TARGET_WITH_SATA
66         bool
68 config ADK_TARGET_WITH_SCSI
69         bool
71 config ADK_TARGET_WITH_INPUT
72         bool
74 config ADK_TARGET_WITH_SOUND
75         bool
77 config ADK_TARGET_WITH_TOUCHSCREEN
78         bool
80 config ADK_TARGET_WITH_LEDS
81         bool
83 config ADK_TARGET_WITH_PP
84         bool
86 config ADK_TARGET_WITH_CARDBUS
87         bool
89 config ADK_TARGET_WITH_PCMCIA
90         bool
92 config ADK_TARGET_WITH_RTC
93         bool
95 config ADK_TARGET_WITH_WATCHDOG
96         bool
98 config ADK_TARGET_WITH_WIFI
99         bool
101 config ADK_TARGET_WITH_DSL
102         bool
104 config ADK_TARGET_WITH_VIRTIO
105         bool
107 config ADK_TARGET_WITH_USB_BOOT
108         bool
110 config ADK_TARGET_WITH_SMP
111         bool
113 config ADK_TARGET_WITH_MMU
114         bool
115         select ADK_KERNEL_MMU
117 config ADK_TARGET_WITHOUT_MMU
118         bool
120 config ADK_TARGET_WITH_IOMMU
121         bool