Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro instead...
[linux-2.6/btrfs-unstable.git] / arch / arm / mach-meson / Kconfig
blobb6e3acc63e145d053fb3e4ae967e23385a65d0fe
1 menuconfig ARCH_MESON
2         bool "Amlogic Meson SoCs"
3         depends on ARCH_MULTI_V7
4         select GPIOLIB
5         select GENERIC_IRQ_CHIP
6         select ARM_GIC
7         select CACHE_L2X0
8         select PINCTRL
9         select PINCTRL_MESON
10         select COMMON_CLK
11         select COMMON_CLK_AMLOGIC
13 if ARCH_MESON
15 config MACH_MESON6
16         bool "Amlogic Meson6 (8726MX) SoCs support"
17         default ARCH_MESON
18         select MESON6_TIMER
20 config MACH_MESON8
21         bool "Amlogic Meson8 SoCs support"
22         default ARCH_MESON
23         select MESON6_TIMER
25 config MACH_MESON8B
26         bool "Amlogic Meson8b SoCs support"
27         default ARCH_MESON
28         select MESON6_TIMER
29         select COMMON_CLK_MESON8B
31 endif